Searched refs:EMIT_WRAPPERS (Results 1 – 1 of 1) sorted by relevance
14 EMIT_WRAPPERS: Dict[EventEmitter, Callable[[], None]] = dict() variable19 if event_emitter in EMIT_WRAPPERS:20 EMIT_WRAPPERS[event_emitter]()30 left_unwrap: Optional[Callable[[], None]] = EMIT_WRAPPERS.get(left)63 EMIT_WRAPPERS[left] = left_unwrap65 del EMIT_WRAPPERS[left]73 EMIT_WRAPPERS[left] = unwrap_hook