Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ main
Function
main
demos/file_upload/file_receiver.py:51–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
51
async
def
main():
52
options.parse_command_line()
53
app = make_app()
54
app.listen(8888)
55
await asyncio.Event().wait()
56
57
58
if
__name__ ==
"__main__"
:
Callers
1
file_receiver.py
File · 0.70
Calls
4
make_app
Function · 0.85
parse_command_line
Method · 0.80
listen
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected