class documentation

class SuperError(ResolveError): (source)

View In Hierarchy

Error raised when there is a problem with a super call.

Standard attributes:
super_: The Super instance that raised the exception. context: InferenceContext object.
Method __str__ Undocumented
Class Variable super_ Undocumented

Inherited from ResolveError:

Class Variable context Undocumented

Inherited from AstroidError (via ResolveError):

Method __init__ Undocumented
Instance Variable message Undocumented
def __str__(self): (source)
super_ = (source)

Undocumented