MCPcopy Create free account
hub / github.com/EasyIME/PIME / compress

Method compress

python/python3/tornado/websocket.py:63–64  ·  view source on GitHub ↗
(self, data: bytes)

Source from the content-addressed store, hash-verified

61 # publicly, so declare protocols for the portions we use.
62 class _Compressor(Protocol):
63 def compress(self, data: bytes) -> bytes:
64 pass
65
66 def flush(self, mode: int) -> bytes:
67 pass

Callers 2

compressMethod · 0.45
write_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected