class documentation

class _JoinedListener(_CompoundListener):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_adjust​_fn​_spec Undocumented
Method append Undocumented
Method clear Undocumented
Method for​_modify Undocumented
Method insert Undocumented
Method remove Undocumented
Class Variable __slots__ Undocumented
Instance Variable ​_exec​_once Undocumented
Instance Variable local Undocumented
Instance Variable name Undocumented
Instance Variable parent Undocumented
Instance Variable parent​_listeners Undocumented
Property listeners Undocumented

Inherited from _CompoundListener:

Method __bool__ Undocumented
Method __call__ Execute this event.
Method __iter__ Undocumented
Method __len__ Undocumented
Method ​_exec​_once​_impl Undocumented
Method ​_exec​_w​_sync​_on​_first​_run No summary
Method ​_memoized​_attr​_​_exec​_once​_mutex Undocumented
Method ​_set​_asyncio Undocumented
Method exec​_once Execute this event, but only if it has not been executed already for this collection.
Method exec​_once​_unless​_exception No summary
Instance Variable ​_exec​_once​_mutex Undocumented
Instance Variable ​_exec​_w​_sync​_once Undocumented

Inherited from RefCollection (via _CompoundListener, _InstanceLevelDispatch):

Method ​_memoized​_attr​_ref Undocumented

Inherited from MemoizedSlots (via _CompoundListener, _InstanceLevelDispatch, RefCollection):

Method __getattr__ Undocumented
Method ​_fallback​_getattr Undocumented
def __init__(self, parent, name, local):

Undocumented

def _adjust_fn_spec(self, fn, named):
def append(self, event_key, propagate):

Undocumented

def clear(self):

Undocumented

def for_modify(self, obj):

Undocumented

def insert(self, event_key, propagate):

Undocumented

def remove(self, event_key):

Undocumented

__slots__: tuple[str, ...] =
_exec_once: bool =
local =

Undocumented

name =

Undocumented

parent =

Undocumented

parent_listeners =

Undocumented

@property
listeners =

Undocumented