class ExceptionInstanceModel(InstanceModel): (source)
Known subclasses: astroid.interpreter.objectmodel.ImportErrorInstanceModel
, astroid.interpreter.objectmodel.OSErrorInstanceModel
, astroid.interpreter.objectmodel.SyntaxErrorInstanceModel
, astroid.interpreter.objectmodel.UnicodeDecodeErrorInstanceModel
Undocumented
Property | attr___traceback__ |
Undocumented |
Property | attr_args |
Undocumented |
Inherited from InstanceModel
:
Property | attr___class__ |
Undocumented |
Property | attr___dict__ |
Undocumented |
Property | attr___doc__ |
Undocumented |
Property | attr___module__ |
Undocumented |
Inherited from ObjectModel
(via InstanceModel
):
Method | __call__ |
Undocumented |
Method | __contains__ |
Undocumented |
Method | __get__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | attributes |
Get the attributes which are exported by this object model. |
Method | lookup |
Look up the given name in the current model |
Instance Variable | _instance |
Undocumented |