MCPcopy
hub / github.com/tornadoweb/tornado / add_handler

Method add_handler

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

Source from the content-addressed store, hash-verified

391
392 @typing.overload
393 def add_handler(
394 self, fd: int, handler: Callable[[int, int], None], events: int
395 ) -> None:
396 pass
397
398 @typing.overload # noqa: F811
399 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