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

Function remove_handler

tornado/netutil.py:285–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 callback(connection, address)
284
285 def remove_handler() -> None:
286 io_loop.remove_handler(sock)
287 removed[0] = True
288
289 io_loop.add_handler(sock, accept_handler, IOLoop.READ)
290 return remove_handler

Callers

nothing calls this directly

Calls 1

remove_handlerMethod · 0.45

Tested by

no test coverage detected