Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ send_bytes
Method
send_bytes
nonebot/drivers/quart.py:284–285 ·
view source on GitHub ↗
(self, data: bytes)
Source
from the content-addressed store, hash-verified
282
283
@override
284
async
def
send_bytes(self, data: bytes):
285
await self.websocket.send(data)
286
287
288
__autodoc__ = {
"catch_closed"
: False}
Callers
2
test_websocket_server
Function · 0.45
test_websocket_client
Function · 0.45
Calls
1
send
Method · 0.45
Tested by
2
test_websocket_server
Function · 0.36
test_websocket_client
Function · 0.36