Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
testDecompress
Method · 0.90
testDecompressChunks10
Method · 0.90
testDecompressUnusedData
Method · 0.90
testEOFError
Method · 0.90
testDecompress4G
Method · 0.90
testPickle
Method · 0.90
testDecompressorChunksMaxsize
Method · 0.90
test_decompressor_inputbuf_1
Method · 0.90
test_decompressor_inputbuf_2
Method · 0.90
test_decompressor_inputbuf_3
Method · 0.90
test_failure
Method · 0.90
test_refleaks_in___init__
Method · 0.90
Calls
no outgoing calls
Tested by
12
testDecompress
Method · 0.72
testDecompressChunks10
Method · 0.72
testDecompressUnusedData
Method · 0.72
testEOFError
Method · 0.72
testDecompress4G
Method · 0.72
testPickle
Method · 0.72
testDecompressorChunksMaxsize
Method · 0.72
test_decompressor_inputbuf_1
Method · 0.72
test_decompressor_inputbuf_2
Method · 0.72
test_decompressor_inputbuf_3
Method · 0.72
test_failure
Method · 0.72
test_refleaks_in___init__
Method · 0.72