class documentation

class DictProperty(object):

View In Hierarchy

Property that maps to a key in a local dict-like attribute.
Method __call__ Undocumented
Method __delete__ Undocumented
Method __get__ Undocumented
Method __init__ Undocumented
Method __set__ Undocumented
Instance Variable attr Undocumented
Instance Variable getter Undocumented
Instance Variable key Undocumented
Instance Variable read​_only Undocumented
def __call__(self, func):

Undocumented

def __delete__(self, obj):

Undocumented

def __get__(self, obj, cls):

Undocumented

def __init__(self, attr, key=None, read_only=False):

Undocumented

def __set__(self, obj, value):

Undocumented

attr =

Undocumented

getter =

Undocumented

key =

Undocumented

read_only =

Undocumented