class documentation

A dict that calls a function passed every time something is changed. The function is passed the dict instance.

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable on_update Undocumented

Inherited from UpdateDictMixin:

Method pop Undocumented
Method setdefault Undocumented
Class Variable __delitem__ Undocumented
Class Variable __setitem__ Undocumented
Class Variable clear Undocumented
Class Variable popitem Undocumented
Class Variable update Undocumented
def __init__(self, initial=None, on_update=None): (source)

Undocumented

def __repr__(self): (source)

Undocumented