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): (source)

Undocumented

Parameters
daemon:boolUndocumented
Returns
Tuple[str, List[str]]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