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

Function noop

example/quick/sync_time.py:9–10  ·  view source on GitHub ↗
(websocket)

Source from the content-addressed store, hash-verified

7from websockets.asyncio.server import broadcast, serve
8
9async def noop(websocket):
10 await websocket.wait_closed()
11
12async def show_time(server):
13 while True:

Callers

nothing calls this directly

Calls 1

wait_closedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…