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

Function run_unix_router

tests/sync/server.py:104–105  ·  view source on GitHub ↗
(path, url_map, **kwargs)

Source from the content-addressed store, hash-verified

102
103
104def run_unix_router(path, url_map, **kwargs):
105 return run_unix_server_or_router(path, unix_route, url_map, **kwargs)

Callers 1

Calls 1

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…