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

Function start_test_server

test/16.path_deploy.py:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28
29def start_test_server():
30 os.remove(os.path.join(demos_dir, 'index.py'))
31 path_deploy(demos_dir, port=8080, host='127.0.0.1', cdn=False)
32
33
34if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

path_deployFunction · 0.90
removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…