module documentation

Undocumented

Class BadBinaryOperationMessage Object which describes type errors for BinOps.
Class BadOperationMessage Object which describes a TypeError occurred somewhere in the inference chain
Class BadUnaryOperationMessage 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