module documentation

Undocumented

Class AttributeInferenceError Raised when an attribute lookup fails, corresponds to AttributeError.
Class InferenceError raised when we are unable to infer a node
Class LastNodeError Exception raised when trying to access a next or previous node.
Class MissingParent Undocumented
Class MissingSentinelNode Undocumented
Class NameInferenceError Raised when a name lookup fails, corresponds to NameError.
Class NameResolutionError Exception for names that cannot be resolved in a object scope.
Class ResolveError Base class of astroid resolution/inference error.
Class RootNodeError Exception raised when trying to use an incompatible API on a root node.
Class StaticAnalysisException base exception class for all astuce related exceptions