MCPcopy
hub / github.com/aio-libs/aiohttp / receive

Function receive

tests/test_web_websocket.py:171–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 await ws.prepare(req)
170
171 async def receive():
172 return WSMessage(WSMsgType.BINARY, b"data", b"")
173
174 ws.receive = receive
175

Callers

nothing calls this directly

Calls 1

WSMessageClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…