MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / set_ioloop

Function set_ioloop

pywebio/platform/tornado.py:33–35  ·  view source on GitHub ↗
(loop)

Source from the content-addressed store, hash-verified

31
32
33def set_ioloop(loop):
34 global _ioloop
35 _ioloop = loop
36
37
38def ioloop() -> tornado.ioloop.IOLoop:

Callers 4

_path_deployFunction · 0.85
start_serverFunction · 0.85
start_serverFunction · 0.85
server_threadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…