class documentation

class CallbackDict(UpdateDictMixin, dict):

View In Hierarchy

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):

Undocumented

def __repr__(self):

Undocumented

on_update =