Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ start
Method
start
python/python3/tornado/test/httpclient_test.py:784–786 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
782
event.set()
783
784
def
start():
785
self.server_ioloop.run_sync(init_server)
786
self.server_ioloop.start()
787
788
self.server_thread = threading.Thread(target=start)
789
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