Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ f
Method
f
tornado/test/ioloop_test.py:316–317 ·
view source on GitHub ↗
(fd, events)
Source
from the content-addressed store, hash-verified
314
server_sock, port = bind_unused_port()
315
316
def
f(fd, events):
317
pass
318
319
self.io_loop.add_handler(server_sock, f, IOLoop.READ)
320
with
self.assertRaises(Exception):
Callers
nothing calls this directly
Calls
2
close
Method · 0.95
IOLoop
Class · 0.90
Tested by
no test coverage detected