Array
=====

.. currentmodule:: zarr.core

.. autoclass:: Array
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Array.attrs
      ~Array.basename
      ~Array.blocks
      ~Array.cdata_shape
      ~Array.chunk_store
      ~Array.chunks
      ~Array.compressor
      ~Array.dtype
      ~Array.fill_value
      ~Array.filters
      ~Array.info
      ~Array.initialized
      ~Array.is_view
      ~Array.itemsize
      ~Array.meta_array
      ~Array.name
      ~Array.nbytes
      ~Array.nbytes_stored
      ~Array.nchunks
      ~Array.nchunks_initialized
      ~Array.ndim
      ~Array.oindex
      ~Array.order
      ~Array.path
      ~Array.read_only
      ~Array.shape
      ~Array.size
      ~Array.store
      ~Array.synchronizer
      ~Array.vindex
      ~Array.write_empty_chunks

   .. rubric:: Methods Summary

   .. autosummary::

      ~Array.append
      ~Array.astype
      ~Array.digest
      ~Array.get_basic_selection
      ~Array.get_block_selection
      ~Array.get_coordinate_selection
      ~Array.get_mask_selection
      ~Array.get_orthogonal_selection
      ~Array.hexdigest
      ~Array.info_items
      ~Array.islice
      ~Array.resize
      ~Array.set_basic_selection
      ~Array.set_block_selection
      ~Array.set_coordinate_selection
      ~Array.set_mask_selection
      ~Array.set_orthogonal_selection
      ~Array.view

   .. rubric:: Attributes Documentation

   .. autoattribute:: attrs
   .. autoattribute:: basename
   .. autoattribute:: blocks
   .. autoattribute:: cdata_shape
   .. autoattribute:: chunk_store
   .. autoattribute:: chunks
   .. autoattribute:: compressor
   .. autoattribute:: dtype
   .. autoattribute:: fill_value
   .. autoattribute:: filters
   .. autoattribute:: info
   .. autoattribute:: initialized
   .. autoattribute:: is_view
   .. autoattribute:: itemsize
   .. autoattribute:: meta_array
   .. autoattribute:: name
   .. autoattribute:: nbytes
   .. autoattribute:: nbytes_stored
   .. autoattribute:: nchunks
   .. autoattribute:: nchunks_initialized
   .. autoattribute:: ndim
   .. autoattribute:: oindex
   .. autoattribute:: order
   .. autoattribute:: path
   .. autoattribute:: read_only
   .. autoattribute:: shape
   .. autoattribute:: size
   .. autoattribute:: store
   .. autoattribute:: synchronizer
   .. autoattribute:: vindex
   .. autoattribute:: write_empty_chunks

   .. rubric:: Methods Documentation

   .. automethod:: append
   .. automethod:: astype
   .. automethod:: digest
   .. automethod:: get_basic_selection
   .. automethod:: get_block_selection
   .. automethod:: get_coordinate_selection
   .. automethod:: get_mask_selection
   .. automethod:: get_orthogonal_selection
   .. automethod:: hexdigest
   .. automethod:: info_items
   .. automethod:: islice
   .. automethod:: resize
   .. automethod:: set_basic_selection
   .. automethod:: set_block_selection
   .. automethod:: set_coordinate_selection
   .. automethod:: set_mask_selection
   .. automethod:: set_orthogonal_selection
   .. automethod:: view
