Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_reader_read_exception
Method · 0.45
go
Method · 0.45
test_send_recv_text
Function · 0.45
test_send_recv_bytes
Function · 0.45
test_ping_pong
Function · 0.45
test_ping_pong_manual
Function · 0.45
test_close
Function · 0.45
test_close_from_server
Function · 0.45
test_close_manual
Function · 0.45
test_close_timeout
Function · 0.45
test_close_cancel
Function · 0.45
test_server_ws_async_for
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected