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

Method remove_handler

tornado/ioloop.py:432–439  ·  view source on GitHub ↗

Stop listening for events on ``fd``. .. versionchanged:: 4.0 Added the ability to pass file-like objects in addition to raw file descriptors.

(self, fd: Union[int, _Selectable])

Source from the content-addressed store, hash-verified

430 raise NotImplementedError()
431
432 def remove_handler(self, fd: Union[int, _Selectable]) -> None:
433 """Stop listening for events on ``fd``.
434
435 .. versionchanged:: 4.0
436 Added the ability to pass file-like objects in addition to
437 raw file descriptors.
438 """
439 raise NotImplementedError()
440
441 def start(self) -> None:
442 """Starts the I/O loop.

Callers 5

remove_handlerFunction · 0.45
closeMethod · 0.45
start_tlsMethod · 0.45
_handle_connectMethod · 0.45
_handle_socketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected