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

Calls 1

sendMethod · 0.45

Tested by 2

test_websocket_serverFunction · 0.36
test_websocket_clientFunction · 0.36