Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ f
Method
f
python/python3/tornado/test/ioloop_test.py:312–313 ·
view source on GitHub ↗
(fd, events)
Source
from the content-addressed store, hash-verified
310
server_sock, port = bind_unused_port()
311
312
def
f(fd, events):
313
pass
314
315
self.io_loop.add_handler(server_sock, f, IOLoop.READ)
316
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