Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ send_text
Method
send_text
nonebot/drivers/quart.py:280–281 ·
view source on GitHub ↗
(self, data: str)
Source
from the content-addressed store, hash-verified
278
279
@override
280
async
def
send_text(self, data: str):
281
await self.websocket.send(data)
282
283
@override
284
async
def
send_bytes(self, data: bytes):
Callers
3
test_websocket_server
Function · 0.45
test_cross_context
Function · 0.45
test_websocket_client
Function · 0.45
Calls
1
send
Method · 0.45
Tested by
3
test_websocket_server
Function · 0.36
test_cross_context
Function · 0.36
test_websocket_client
Function · 0.36