MCPcopy
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
51async def main():
52 options.parse_command_line()
53 app = make_app()
54 app.listen(8888)
55 await asyncio.Event().wait()
56
57
58if __name__ == "__main__":

Callers 1

file_receiver.pyFile · 0.70

Calls 4

make_appFunction · 0.85
parse_command_lineMethod · 0.80
listenMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected