(self, data: bytes, max_length: int)
| 68 | unconsumed_tail = b"" # type: bytes |
| 69 | |
| 70 | def decompress(self, data: bytes, max_length: int) -> bytes: |
| 71 | pass |
| 72 | |
| 73 | class _WebSocketDelegate(Protocol): |
| 74 | # The common base interface implemented by WebSocketHandler on |
no outgoing calls
no test coverage detected