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 UninferableBase Special inference object, which is returned when inference fails.
Function check_warnings_filter Return True if any other than the default DeprecationWarning filter is enabled.
Function lazy_descriptor Undocumented
Function lazy_import Undocumented
Function proxy_alias Get a Proxy from the given name to the given node type.
Constant Uninferable Undocumented
Function _instancecheck Undocumented
def check_warnings_filter() -> bool: (source)

Return True if any other than the default DeprecationWarning filter is enabled. https://docs.python.org/3/library/warnings.html#default-warning-filter

def lazy_descriptor(obj): (source)

Undocumented

def lazy_import(module_name: str) -> lazy_object_proxy.Proxy: (source)

Undocumented

def proxy_alias(alias_name, node_type): (source)

Get a Proxy from the given name to the given node type.

Uninferable = (source)

Undocumented

Value
UninferableBase()
def _instancecheck(cls, other) -> bool: (source)

Undocumented