MCPcopy Create free account
hub / github.com/EasyIME/PIME / add_handler

Method add_handler

python/python3/tornado/ioloop.py:386–389  ·  view source on GitHub ↗
(
        self, fd: int, handler: Callable[[int, int], None], events: int
    )

Source from the content-addressed store, hash-verified

384
385 @typing.overload
386 def add_handler(
387 self, fd: int, handler: Callable[[int, int], None], events: int
388 ) -> None:
389 pass
390
391 @typing.overload # noqa: F811
392 def add_handler(

Callers 4

add_accept_handlerFunction · 0.45
_add_io_stateMethod · 0.45
_handle_socketMethod · 0.45

Calls

no outgoing calls

Tested by 1