Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ send_bytes
Method
send_bytes
nonebot/drivers/websockets.py:162–163 ·
view source on GitHub ↗
(self, data: bytes)
Source
from the content-addressed store, hash-verified
160
161
@override
162
async
def
send_bytes(self, data: bytes) -> None:
163
await self.websocket.send(data)
164
165
166
if
TYPE_CHECKING:
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected