class MroError(ResolveError): (source)
Known subclasses: astroid.exceptions.DuplicateBasesError
, astroid.exceptions.InconsistentMroError
Error raised when there is a problem with method resolution of a class.
Method | __str__ |
Undocumented |
Class Variable | cls |
Undocumented |
Class Variable | mros |
Undocumented |
Inherited from ResolveError
:
Class Variable | context |
Undocumented |
Inherited from AstroidError
(via ResolveError
):
Method | __init__ |
Undocumented |
Instance Variable | message |
Undocumented |