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

Function main

example/asyncio/echo.py:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14async def main():
15 async with serve(echo, "localhost", 8765) as server:
16 await server.serve_forever()
17
18
19if __name__ == "__main__":

Callers 1

echo.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…