Bases: dict, Generic[_K, _V]
Dictionary that sends a callback on change.
Dictionary is considered flat (setting a nested key will not trigger a callback).
-
__setitem__(k, v)
Set self[key] to value.
- Parameters:
-
-
__weakref__
list of weak references to the object