class documentation

Load modules from typeshed.

Method __init__ Undocumented
Method load_module Load and parse a *.pyi from typeshed.
Instance Variable options Undocumented
Instance Variable typeshed Undocumented
def __init__(self, options, missing_modules): (source)

Undocumented

def load_module(self, namespace, module_name): (source)

Load and parse a *.pyi from typeshed. Args: namespace: one of "stdlib" or "third_party" module_name: the module name (without any file extension or "__init__" suffix). Returns: (None, None) if the module doesn't have a definition. Else a tuple of the filename and the AST of the module.

Undocumented

typeshed = (source)

Undocumented