MCPcopy
hub / github.com/tornadoweb/tornado / decompress

Method decompress

tornado/websocket.py:70–71  ·  view source on GitHub ↗
(self, data: bytes, max_length: int)

Source from the content-addressed store, hash-verified

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

Callers 2

decompressMethod · 0.45
_handle_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected