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

Function main

example/quick/show_time.py:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 await asyncio.sleep(random.random() * 2 + 1)
14
15async def main():
16 async with serve(show_time, "localhost", 5678) as server:
17 await server.serve_forever()
18
19if __name__ == "__main__":
20 asyncio.run(main())

Callers 1

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