Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ main
Function
main
maint/test/websocket/client.py:38–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
37
38
def
main():
39
parse_command_line()
40
41
IOLoop.instance().add_callback(run_tests)
42
43
IOLoop.instance().start()
44
45
46
if
__name__ ==
'__main__'
:
Callers
1
client.py
File · 0.70
Calls
4
parse_command_line
Function · 0.90
instance
Method · 0.80
add_callback
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected