MCPcopy 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_connectMethod · 0.45
setUpMethod · 0.45
targetMethod · 0.45
callbackMethod · 0.45
test_non_currentMethod · 0.45

Calls 1

run_syncMethod · 0.80

Tested by

no test coverage detected