class documentation

class ResolveError(AstroidError): (source)

Known subclasses: astroid.exceptions.AttributeInferenceError, astroid.exceptions.InferenceError, astroid.exceptions.MroError, astroid.exceptions.SuperError

View In Hierarchy

Base class of astroid resolution/inference error.

ResolveError is not intended to be raised.

Standard attributes:
context: InferenceContext object.
Class Variable context Undocumented

Inherited from AstroidError:

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable message Undocumented
context = (source)

Undocumented