exception documentation

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 __init__ Undocumented
Method __str__ Undocumented
Instance Variable super_ Undocumented

Inherited from ResolveError:

Instance Variable context Undocumented

Inherited from AstroidError (via ResolveError):

Instance Variable message Undocumented
def __init__(self, message: str, super_: objects.Super, **kws: Any): (source)
def __str__(self) -> str: (source)

Undocumented