blosc2.set_blocksize#

blosc2.set_blocksize(blocksize=0)#

Force the use of a specific blocksize. If 0, an automatic blocksize will be used (the default).

Notes

This is a low-level function and is recommended for expert users only.

Examples

>>> blosc2.set_blocksize(512)
>>> blosc2.set_blocksize(0)