(&mut self)
| 257 | /// See [`seek`](#constriction.stream.stack.AnsCoder.seek). |
| 258 | #[pyo3(signature = ())] |
| 259 | pub fn pos(&mut self) -> (usize, u64) { |
| 260 | self.inner.pos() |
| 261 | } |
| 262 | |
| 263 | /// Jumps to a checkpoint recorded with method |
| 264 | /// [`pos`](#constriction.stream.stack.AnsCoder.pos) during encoding. |
no outgoing calls