class documentation

class ClassModel(ObjectModel): (source)

View In Hierarchy

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
context = (source)

Undocumented

@property
attr___bases__ = (source)

Undocumented

@property
attr___class__ = (source)

Undocumented

@property
attr___dict__ = (source)

Undocumented

@property
attr___doc__ = (source)

Undocumented

@property
attr___module__ = (source)

Undocumented

@property
attr___mro__ = (source)

Undocumented

@property
attr___name__ = (source)

Undocumented

@property
attr___qualname__ = (source)

Undocumented

@property
attr___subclasses__ = (source)

Get the subclasses of the underlying class

This looks only in the current module for retrieving the subclasses, thus it might miss a couple of them.

@property
attr_mro = (source)

Undocumented