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

Method compression

crates/stdlib/src/openssl.rs:2931–2933  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2929 #[cfg(osslconf = "OPENSSL_NO_COMP")]
2930 #[pymethod]
2931 fn compression(&self) -> Option<&'static str> {
2932 None
2933 }
2934 #[cfg(not(osslconf = "OPENSSL_NO_COMP"))]
2935 #[pymethod]
2936 fn compression(&self) -> Option<&'static str> {

Callers

nothing calls this directly

Calls 2

okMethod · 0.80

Tested by

no test coverage detected