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

Function remove_handler

python/python3/tornado/netutil.py:279–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277 callback(connection, address)
278
279 def remove_handler() -> None:
280 io_loop.remove_handler(sock)
281 removed[0] = True
282
283 io_loop.add_handler(sock, accept_handler, IOLoop.READ)
284 return remove_handler

Callers

nothing calls this directly

Calls 1

remove_handlerMethod · 0.45

Tested by

no test coverage detected