blosc2.DParams#
- class blosc2.DParams(nthreads: int = <factory>)#
Dataclass for hosting the different decompression parameters.
- Parameters:
nthreads¶ (int) – The number of threads to use internally. By default, the value of
blosc2.nthreads
is used. If not set withblosc2.set_nthreads()
, blosc2 computes a good guess for it.
- __init__(nthreads: int = <factory>) None #
Methods
__init__
([nthreads])Attributes
nthreads