Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ start_loop
Method
start_loop
src/tests/web/server_test.py:316–319 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
314
.decode(
'utf8'
)
315
316
def
start_loop(self):
317
io_loop = IOLoop.current()
318
self.ioloop_thread = threading.Thread(target=io_loop.start)
319
self.ioloop_thread.start()
320
321
def
setUp(self) -> None:
322
super().setUp()
Callers
1
start_server
Method · 0.95
Calls
1
start
Method · 0.45
Tested by
no test coverage detected