SChunk.iterchunks_info#
- SChunk.iterchunks_info()#
Iterate over
self
chunks, providing info on index and special values.- Yields:
info (namedtuple) – A namedtuple with the following fields: nchunk: the index of the chunk (int). cratio: the compression ratio of the chunk (float). special: the special value enum of the chunk; if 0, the chunk is not special (SpecialValue). repeated_value: the repeated value for the chunk; if not SpecialValue.VALUE, it is None. lazychunk: a buffer with the complete lazy chunk (bytes).