class documentation

class _JoinedDispatcher(_DispatchCommon[_ET]): (source)

View In Hierarchy

Represent a connection between two _Dispatch objects.

Method __getattr__ Undocumented
Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable local Undocumented
Instance Variable parent Undocumented
Method _listen Undocumented
Instance Variable _instance_cls Undocumented
Property _events Undocumented

Inherited from _DispatchCommon:

Method _join Undocumented
def __getattr__(self, name: str) -> _JoinedListener[_ET]: (source)
def __init__(self, local: _DispatchCommon[_ET], parent: _DispatchCommon[_ET]): (source)

Undocumented

Undocumented

Undocumented

def _listen(self, event_key: _EventKey[_ET], **kw: Any): (source)

Undocumented