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

Class BZ2Decompressor

crates/stdlib/src/bz2.rs:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 #[pyclass(name = "BZ2Decompressor")]
27 #[derive(PyPayload)]
28 struct BZ2Decompressor {
29 state: PyMutex<DecompressState<Decompress>>,
30 }
31
32 impl Decompressor for Decompress {
33 type Flush = ();

Callers 13

testDecompressMethod · 0.90
testEOFErrorMethod · 0.90
testDecompress4GMethod · 0.90
testPickleMethod · 0.90
test_failureMethod · 0.90

Calls

no outgoing calls

Tested by 12

testDecompressMethod · 0.72
testEOFErrorMethod · 0.72
testDecompress4GMethod · 0.72
testPickleMethod · 0.72
test_failureMethod · 0.72