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