MCPcopy
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
166if TYPE_CHECKING:

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected