class documentation

Undocumented

Method __bool__ Undocumented
Method __call__ Undocumented
Method __contains__ Undocumented
Method __iter__ Undocumented
Method __len__ Undocumented
Method append Undocumented
Method exec_once Undocumented
Method exec_once_unless_exception Undocumented
Method for_modify Return an event collection which can be modified.
Method insert Undocumented
Method remove Undocumented
Class Variable __slots__ Undocumented
Class Variable parent Undocumented
Method _adjust_fn_spec Undocumented
Method _exec_w_sync_on_first_run Undocumented

Inherited from RefCollection:

Class Variable ref Undocumented
Method _memoized_attr_ref Undocumented

Inherited from MemoizedSlots (via RefCollection):

Method __getattr__ Undocumented
Method _fallback_getattr Undocumented
def exec_once(self, *args: Any, **kw: Any): (source)
def exec_once_unless_exception(self, *args: Any, **kw: Any): (source)

Return an event collection which can be modified. For _ClsLevelDispatch at the class level of a dispatcher, this returns self.

def _adjust_fn_spec(self, fn: _ListenerFnType, named: bool) -> _ListenerFnType: (source)

Undocumented

def _exec_w_sync_on_first_run(self, *args: Any, **kw: Any): (source)

Undocumented