exception documentation
class InconsistentMroError(MroError): (source)
Constructor: InconsistentMroError(message, **kws)
Error raised when a class's MRO is inconsistent.
Inherited from MroError:
| Method | __str__ |
Undocumented |
| Class Variable | cls |
Undocumented |
| Class Variable | mros |
Undocumented |
Inherited from ResolveError (via MroError):
| Class Variable | context |
Undocumented |
Inherited from AstroidError (via MroError, ResolveError):
| Method | __init__ |
Undocumented |
| Instance Variable | message |
Undocumented |