class ResolveError(AstroidError): (source)
Known subclasses: astroid.exceptions.AttributeInferenceError
, astroid.exceptions.InferenceError
, astroid.exceptions.MroError
, astroid.exceptions.SuperError
Base class of astroid resolution/inference error.
ResolveError is not intended to be raised.
Class Variable | context |
Undocumented |
Inherited from AstroidError
:
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Instance Variable | message |
Undocumented |