(self, data: str)
| 163 | pass |
| 164 | |
| 165 | async def send_text(self, data: str) -> None: |
| 166 | await self.send({class="st">"type": class="st">"websocket.send", class="st">"text": data}) |
| 167 | |
| 168 | async def send_bytes(self, data: bytes) -> None: |
| 169 | await self.send({class="st">"type": class="st">"websocket.send", class="st">"bytes": data}) |