class documentation

class MonitorDict(Dict[_K, _V]): (source)

Known subclasses: pytype.datatypes.AliasingMonitorDict

View In Hierarchy

A dictionary that monitors changes to its cfg.Variable values. This dictionary takes arbitrary objects as keys and cfg.Variable objects as values. It increments a changestamp whenever a new value is added or more data is merged into a value. The changestamp is unaffected by the addition of another origin for existing data.

Method __delitem__ Undocumented
Property changestamp Undocumented
Property data Undocumented
def __delitem__(self, name): (source)

Undocumented

@property
changestamp = (source)

Undocumented

Undocumented