class documentation

class DictModel(ObjectModel): (source)

View In Hierarchy

Undocumented

Property attr​_​_​_class__ Undocumented
Property attr​_items Undocumented
Property attr​_keys Undocumented
Property attr​_values Undocumented
Method _generic​_dict​_attribute Generate a bound method that can infer the given obj.

Inherited from ObjectModel:

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
@property
attr___class__ = (source)

Undocumented

@property
attr_items = (source)

Undocumented

@property
attr_keys = (source)

Undocumented

@property
attr_values = (source)

Undocumented

def _generic_dict_attribute(self, obj, name): (source)
Generate a bound method that can infer the given obj.