module documentation
(source)

Undocumented

Class ​Bad​Binary​Operation​Message Object which describes type errors for BinOps.
Class ​Bad​Operation​Message Object which describes a TypeError occurred somewhere in the inference chain
Class ​Bad​Unary​Operation​Message Object which describes operational failures on UnaryOps.
Class ​Uninferable Special inference object, which is returned when inference fails.
Function lazy​_descriptor Undocumented
Function lazy​_import Undocumented
Function proxy​_alias Get a Proxy from the given name to the given node type.
Function _instancecheck Undocumented
def lazy_descriptor(obj): (source)

Undocumented

def lazy_import(module_name): (source)

Undocumented

def proxy_alias(alias_name, node_type): (source)
Get a Proxy from the given name to the given node type.
def _instancecheck(cls, other): (source)

Undocumented