MCPcopy
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
38def main():
39 parse_command_line()
40
41 IOLoop.instance().add_callback(run_tests)
42
43 IOLoop.instance().start()
44
45
46if __name__ == '__main__':

Callers 1

client.pyFile · 0.70

Calls 4

parse_command_lineFunction · 0.90
instanceMethod · 0.80
add_callbackMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected