budosystems.events.collections.SignallingMapping

class SignallingMapping

Bases: MutableMapping[_KT, _VT]

An implementation of dict which signals the MessageBus.

Inherited Members

  • setdefault

  • values

  • clear

  • keys

  • pop

  • popitem

  • items

  • get

  • update