blosc2.ProxySource.get_chunk# abstract ProxySource.get_chunk(nchunk: int) → bytes# Return the compressed chunk in self. Parameters: nchunk¶ (int) – The index of the chunk to retrieve. Returns: out – The compressed chunk. Return type: bytes object