Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ start
Method
start
tornado/test/httpclient_test.py:881–883 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
879
event.set()
880
881
def
start():
882
self.server_ioloop.run_sync(init_server)
883
self.server_ioloop.start()
884
885
self.server_thread = threading.Thread(target=start)
886
self.server_thread.start()
Callers
8
start_connect
Method · 0.45
setUp
Method · 0.45
test_add_callback_return_sequence
Method · 0.45
test_add_callback_from_signal_other_thread
Method · 0.45
target
Method · 0.45
test_add_callback_while_closing
Method · 0.45
callback
Method · 0.45
test_non_current
Method · 0.45
Calls
1
run_sync
Method · 0.80
Tested by
no test coverage detected