(self, data: bytes)
| 680 | |
| 681 | @abc.abstractmethod |
| 682 | def write_ping(self, data: bytes) -> None: |
| 683 | raise NotImplementedError() |
| 684 | |
| 685 | # The entry points below are used by WebSocketClientConnection, |
| 686 | # which was introduced after we only supported a single version of |