MCPcopy Create free account
hub / github.com/bamler-lab/constriction / get_compressed

Method get_compressed

src/pybindings/stream/queue.rs:225–227  ·  view source on GitHub ↗
(&mut self, py: Python<'py>)

Source from the content-addressed store, hash-verified

223 /// ```
224 #[pyo3(signature = ())]
225 pub fn get_compressed<'py>(&mut self, py: Python<'py>) -> Bound<'py, PyArray1<u32>> {
226 PyArray1::from_slice(py, &self.inner.get_compressed())
227 }
228
229 /// Returns a `RangeDecoder` that is initialized with a copy of the compressed data currently on
230 /// this `RangeEncoder`.

Callers 1

get_decoderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected