class _EmptyListener(_InstanceLevelDispatch):
Serves as a proxy interface to the events served by a _ClsLevelDispatch, when there are no instance-level events present.
Is replaced by _ListenerCollection when instance-level events are added.
Method | __bool__ |
Undocumented |
Method | __call__ |
Execute this event. |
Method | __init__ |
Undocumented |
Method | __iter__ |
Undocumented |
Method | __len__ |
Undocumented |
Method | _needs_modify |
Undocumented |
Method | for_modify |
Return an event collection which can be modified. |
Class Variable | __slots__ |
Undocumented |
Class Variable | listeners |
Undocumented |
Class Variable | propagate |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | parent |
Undocumented |
Instance Variable | parent_listeners |
Undocumented |
Inherited from _InstanceLevelDispatch
:
Method | _adjust_fn_spec |
Undocumented |
Inherited from RefCollection
(via _InstanceLevelDispatch
):
Method | _memoized_attr_ref |
Undocumented |
Inherited from MemoizedSlots
(via _InstanceLevelDispatch
, RefCollection
):
Method | __getattr__ |
Undocumented |
Method | _fallback_getattr |
Undocumented |