class ClassModel(ObjectModel): (source)
Undocumented
Method | __init__ |
Undocumented |
Instance Variable | context |
Undocumented |
Property | attr___bases__ |
Undocumented |
Property | attr___class__ |
Undocumented |
Property | attr___dict__ |
Undocumented |
Property | attr___doc__ |
Undocumented |
Property | attr___module__ |
Undocumented |
Property | attr___mro__ |
Undocumented |
Property | attr___name__ |
Undocumented |
Property | attr___qualname__ |
Undocumented |
Property | attr___subclasses__ |
Get the subclasses of the underlying class |
Property | attr_mro |
Undocumented |
Inherited from ObjectModel
:
Method | __call__ |
Undocumented |
Method | __contains__ |
Undocumented |
Method | __get__ |
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 |