MCPcopy Create free account
hub / github.com/python-websockets/websockets / main

Function main

experiments/routing.py:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146
147
148async def main():
149 async with route(url_map, "localhost", 8888) as server:
150 await server.serve_forever()
151
152
153if __name__ == "__main__":

Callers 1

routing.pyFile · 0.70

Calls 2

routeFunction · 0.90
serve_foreverMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…