MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / start_test_server

Function start_test_server

test/13.misc.py:230–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228
229
230def start_test_server():
231 pywebio.enable_debug()
232
233 start_server([corobased, partial(threadbased)], port=8080, host='127.0.0.1', debug=True, cdn=False,
234 static_dir=STATIC_PATH + '/image', reconnect_timeout=10)
235
236
237if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

start_serverFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…