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

Function main

example/quick/server.py:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 print(f">>> {greeting}")
15
16async def main():
17 async with serve(hello, "localhost", 8765) as server:
18 await server.serve_forever()
19
20if __name__ == "__main__":
21 asyncio.run(main())

Callers 1

server.pyFile · 0.70

Calls 2

serveFunction · 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…