exception documentation
class AttributeInferenceError(ResolveError): (source)
Constructor: AttributeInferenceError(message, **kws)
Raised when an attribute lookup fails, corresponds to AttributeError.
- Standard attributes:
- target: The node for which lookup failed. attribute: The attribute for which lookup failed, as a string. context: InferenceContext object.
Method | __init__ |
Undocumented |
Class Variable | attribute |
Undocumented |
Class Variable | target |
Undocumented |
Inherited from ResolveError
:
Class Variable | context |
Undocumented |
Inherited from AstroidError
(via ResolveError
):
Method | __str__ |
Undocumented |
Instance Variable | message |
Undocumented |