class documentation

Load builtins from the pytype source tree.

Method __init__ Undocumented
Method load_module Load a stub that ships with pytype.
Instance Variable options Undocumented
Method _parse_predefined Parse a pyi/pytd file in the pytype source tree.
def __init__(self, options): (source)

Undocumented

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

Load a stub that ships with pytype.

Undocumented

def _parse_predefined(self, pytd_subdir, module, as_package=False): (source)

Parse a pyi/pytd file in the pytype source tree.