class documentation

class BuiltinsAndTyping: (source)

View In Hierarchy

The builtins and typing modules, which need to be treated specially.

Method load Read builtins.pytd and typing.pytd, and return the parsed modules.
Method _parse_predefined Undocumented
def load(self, options): (source)

Read builtins.pytd and typing.pytd, and return the parsed modules.

def _parse_predefined(self, name, options): (source)

Undocumented