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

Function run_server

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

Source from the content-addressed store, hash-verified

73
74
75def run_server(handler=handler, **kwargs):
76 return run_server_or_router(serve, handler, **kwargs)
77
78
79def run_router(url_map, **kwargs):

Callers 15

test_send_messageMethod · 0.85
test_close_connectionMethod · 0.85
test_serverMethod · 0.85
test_serverMethod · 0.85
test_serverMethod · 0.85
test_unix_serverMethod · 0.85
test_connectionMethod · 0.85
test_existing_socketMethod · 0.85

Calls 1

run_server_or_routerFunction · 0.85

Tested by 15

test_send_messageMethod · 0.68
test_close_connectionMethod · 0.68
test_serverMethod · 0.68
test_serverMethod · 0.68
test_serverMethod · 0.68
test_unix_serverMethod · 0.68
test_connectionMethod · 0.68
test_existing_socketMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…