class documentation

Find and read module type information.

Method __init__ Undocumented
Method find_import See if the loader can find a file to import for the module.
Method load_ast Undocumented
Method log_module_not_found Undocumented
Instance Variable options Undocumented
Method _load_pickle Load and unpickle a serialized pytd AST.
Method _load_pyi Load a file and parse it into a pytd AST.
Instance Variable _path_finder Undocumented
def __init__(self, options: config.Options): (source)

Undocumented

def find_import(self, module_name: str) -> Optional[base.ModuleInfo]: (source)

See if the loader can find a file to import for the module.

def load_ast(self, mod_info: base.ModuleInfo): (source)
def log_module_not_found(self, module_name: str): (source)

Undocumented

def _load_pickle(self, mod_info: base.ModuleInfo): (source)

Load and unpickle a serialized pytd AST.

def _load_pyi(self, mod_info: base.ModuleInfo): (source)

Load a file and parse it into a pytd AST.

_path_finder = (source)

Undocumented