Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 514 Bytes

storage.rst

File metadata and controls

20 lines (15 loc) · 514 Bytes

Storage (zarr.storage)

zarr.storage

This module contains storage classes for use with Zarr arrays and groups. However, note that any object implementing the MutableMapping interface can be used as a Zarr array store.

init_array

init_group

DictStore

DirectoryStore

TempStore

ZipStore

close

flush

migrate_1to2