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

Method remove_handler

python/python3/tornado/ioloop.py:425–432  ·  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

423 raise NotImplementedError()
424
425 def remove_handler(self, fd: Union[int, _Selectable]) -> None:
426 """Stop listening for events on ``fd``.
427
428 .. versionchanged:: 4.0
429 Added the ability to pass file-like objects in addition to
430 raw file descriptors.
431 """
432 raise NotImplementedError()
433
434 def start(self) -> None:
435 """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