class documentation

class ModuleNotFoundReason(Enum): (source)

View In Hierarchy

Undocumented

Method error_message_templates Undocumented
Constant APPROVED_STUBS_NOT_INSTALLED Undocumented
Constant FOUND_WITHOUT_TYPE_HINTS Undocumented
Constant NOT_FOUND Undocumented
Constant WRONG_WORKING_DIRECTORY Undocumented
def error_message_templates(self, daemon: bool) -> tuple[str, list[str]]: (source)

Undocumented

APPROVED_STUBS_NOT_INSTALLED: int = (source)

Undocumented

Value
3
FOUND_WITHOUT_TYPE_HINTS: int = (source)

Undocumented

Value
1
NOT_FOUND: int = (source)

Undocumented

Value
0
WRONG_WORKING_DIRECTORY: int = (source)

Undocumented

Value
2