MCPcopy Index your code
hub / github.com/python-websockets/websockets / run_unix_server

Function run_unix_server

tests/sync/server.py:100–101  ·  view source on GitHub ↗
(path, handler=handler, **kwargs)

Source from the content-addressed store, hash-verified

98
99
100def run_unix_server(path, handler=handler, **kwargs):
101 return run_unix_server_or_router(path, unix_serve, handler, **kwargs)
102
103
104def run_unix_router(path, url_map, **kwargs):

Callers 8

test_connectionMethod · 0.85
test_set_host_headerMethod · 0.85
test_connectionMethod · 0.85
test_connectionMethod · 0.85

Calls 1

Tested by 8

test_connectionMethod · 0.68
test_set_host_headerMethod · 0.68
test_connectionMethod · 0.68
test_connectionMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…