We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0091d9 commit 281e87dCopy full SHA for 281e87d
docs/user-guide/config.rst
@@ -42,10 +42,11 @@ requires the value of ``codecs.bytes.name`` to be ``'custompackage.NewBytesCodec
42
This is the current default configuration::
43
44
>>> zarr.config.pprint()
45
- {'array': {'order': 'C',
46
- 'write_empty_chunks': False},
+ {'array': {'order': 'C', 'write_empty_chunks': False},
47
'async': {'concurrency': 10, 'timeout': None},
48
'buffer': 'zarr.buffer.cpu.Buffer',
+ 'chunk_key_encodings': {'default': 'zarr.core.chunk_key_encodings.DefaultChunkKeyEncoding',
49
+ 'v2': 'zarr.core.chunk_key_encodings.V2ChunkKeyEncoding'},
50
'codec_pipeline': {'batch_size': 1,
51
'path': 'zarr.core.codec_pipeline.BatchedCodecPipeline'},
52
'codecs': {'blosc': 'zarr.codecs.blosc.BloscCodec',
0 commit comments