class documentation

Descriptor used by target classes to deliver the _Dispatch class at the class level and produce new _Dispatch instances for target instances.

Method __get__ Undocumented
Method __init__ Undocumented
Instance Variable dispatch Undocumented
Instance Variable events Undocumented
@overload
def __get__(self, obj: Literal[None], cls: Type[Any]) -> Type[_Dispatch[_ET]]:
@overload
def __get__(self, obj: Any, cls: Type[Any]) -> _DispatchCommon[_ET]:
(source)

Undocumented

def __init__(self, events: Type[_HasEventsDispatch[_ET]]): (source)

Undocumented

dispatch = (source)

Undocumented

Undocumented