Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
104
def
run_unix_router(path, url_map, **kwargs):
105
return
run_unix_server_or_router(path, unix_route, url_map, **kwargs)
Callers
1
test_router_supports_unix_sockets
Method · 0.85
Calls
1
run_unix_server_or_router
Function · 0.85
Tested by
1
test_router_supports_unix_sockets
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…