Skip to main content
Back to top
Ctrl
+
K
Site Navigation
Getting Started
API Reference
Development
Release Notes
C-Blosc2
More
Python-Blosc
Blosc In Depth
Donate to Blosc
GitHub
Twitter
Site Navigation
Getting Started
API Reference
Development
Release Notes
C-Blosc2
More
Python-Blosc
Blosc In Depth
Donate to Blosc
GitHub
Twitter
Section Navigation
Top level API
blosc2.compress
blosc2.compress2
blosc2.decompress
blosc2.decompress2
blosc2.pack
blosc2.pack_array
blosc2.pack_array2
blosc2.pack_tensor
blosc2.unpack
blosc2.unpack_array
blosc2.unpack_array2
blosc2.unpack_tensor
blosc2.save_array
blosc2.load_array
blosc2.save_tensor
blosc2.load_tensor
blosc2.clib_info
blosc2.compressor_list
blosc2.detect_number_of_cores
blosc2.free_resources
blosc2.get_clib
blosc2.nthreads
blosc2.print_versions
blosc2.register_codec
blosc2.register_filter
blosc2.set_blocksize
blosc2.set_nthreads
blosc2.set_releasegil
blosc2.set_compressor
blosc2.get_compressor
blosc2.get_blocksize
blosc2.Codec
blosc2.Filter
blosc2.SplitMode
blosc2.open
blosc2.remove_urlpath
SChunk API
SChunk.__init__
SChunk.append_data
SChunk.decompress_chunk
SChunk.delete_chunk
SChunk.get_chunk
SChunk.insert_chunk
SChunk.insert_data
SChunk.iterchunks
SChunk.iterchunks_info
SChunk.update_chunk
SChunk.update_data
SChunk.get_slice
SChunk.__getitem__
SChunk.__setitem__
SChunk.to_cframe
SChunk.postfilter
SChunk.remove_postfilter
SChunk.filler
SChunk.prefilter
SChunk.remove_prefilter
SChunk.blocksize
SChunk.cbytes
SChunk.chunkshape
SChunk.chunksize
SChunk.contiguous
SChunk.cparams
SChunk.cratio
SChunk.dparams
SChunk.meta
blosc2.schunk.Meta.__getitem__
blosc2.schunk.Meta.__setitem__
blosc2.schunk.Meta.get
blosc2.schunk.Meta.keys
blosc2.schunk.Meta.__iter__
blosc2.schunk.Meta.__contains__
SChunk.nbytes
SChunk.typesize
SChunk.urlpath
SChunk.vlmeta
blosc2.schunk_from_cframe
NDArray API
blosc2.NDArray.__getitem__
blosc2.NDArray.__setitem__
blosc2.NDArray.copy
blosc2.NDArray.iterchunks_info
blosc2.NDArray.slice
blosc2.NDArray.squeeze
blosc2.NDArray.resize
blosc2.NDArray.tobytes
blosc2.NDArray.ndim
blosc2.NDArray.shape
blosc2.NDArray.ext_shape
blosc2.NDArray.chunks
blosc2.NDArray.ext_chunks
blosc2.NDArray.blocks
blosc2.NDArray.blocksize
blosc2.NDArray.chunksize
blosc2.NDArray.schunk
blosc2.NDArray.size
blosc2.asarray
blosc2.copy
blosc2.empty
blosc2.frombuffer
blosc2.full
blosc2.uninit
blosc2.zeros
API Reference
NDArray API
blosc2.NDArray.blocks
blosc2.NDArray.blocks
#
NDArray.
blocks
#
The block shape of this container.
On this page
NDArray.blocks