class documentation

class AttributeInferenceError(ResolveError): (source)

View In Hierarchy

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
def __init__(self, message='{attribute!r} not found on {target!r}.', **kws): (source)
attribute = (source)

Undocumented

target = (source)

Undocumented