File: core.rst

package info (click to toggle)
zarr 2.13.6%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,376 kB
  • sloc: python: 17,528; makefile: 223; sh: 8
file content (22 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The Array class (``zarr.core``)
===============================
.. module:: zarr.core

.. autoclass:: Array

    .. automethod:: __getitem__
    .. automethod:: __setitem__
    .. automethod:: get_basic_selection
    .. automethod:: set_basic_selection
    .. automethod:: get_mask_selection
    .. automethod:: set_mask_selection
    .. automethod:: get_coordinate_selection
    .. automethod:: set_coordinate_selection
    .. automethod:: get_orthogonal_selection
    .. automethod:: set_orthogonal_selection
    .. automethod:: digest
    .. automethod:: hexdigest
    .. automethod:: resize
    .. automethod:: append
    .. automethod:: view
    .. automethod:: astype