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

Method receive

tests/test_web_websocket.py:102–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100
101 @asyncio.coroutine
102 def receive():
103 return websocket.Message(websocket.MSG_BINARY, b'data', b'')
104
105 ws.receive = receive
106

Callers 13

goMethod · 0.45
test_send_recv_textFunction · 0.45
test_send_recv_bytesFunction · 0.45
test_ping_pongFunction · 0.45
test_ping_pong_manualFunction · 0.45
test_closeFunction · 0.45
test_close_from_serverFunction · 0.45
test_close_manualFunction · 0.45
test_close_timeoutFunction · 0.45
test_close_cancelFunction · 0.45
test_server_ws_async_forFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected