MCPcopy
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_serverFunction · 0.45
test_cross_contextFunction · 0.45
test_websocket_clientFunction · 0.45

Calls 1

sendMethod · 0.45

Tested by 3

test_websocket_serverFunction · 0.36
test_cross_contextFunction · 0.36
test_websocket_clientFunction · 0.36