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

Function clients

experiments/compression/client.py:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48async def clients():
49 # Start one more client than necessary because we will ignore
50 # non-representative results from the first connection.
51 await asyncio.gather(*[client(num) for num in range(CLIENTS + 1)])
52
53
54asyncio.run(clients())

Callers 1

client.pyFile · 0.85

Calls 1

clientFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…