MCPcopy Index your code
hub / github.com/RustPython/RustPython / compress

Method compress

Lib/test/test_gzip.py:863–864  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

861 def __init__(self):
862 self.modes = []
863 def compress(self, data):
864 return b''
865 def flush(self, mode=-1):
866 self.modes.append(mode)
867 return b''

Callers 15

BaseTestClass · 0.45
testDecompressLimitedMethod · 0.45
testDecompress4GMethod · 0.45
testCompressMethod · 0.45
test_compress_emptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected