exception documentation
class ResolveError(AstroidError): (source)
Known subclasses: astroid.exceptions.AttributeInferenceError, astroid.exceptions.InferenceError, astroid.exceptions.MroError, astroid.exceptions.SuperError
Constructor: ResolveError(message, **kws)
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 |