CallbackDict# class CallbackDict# 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).