@@ -1925,7 +1925,7 @@ def info(self) -> Any:
1925
1925
ArrayInfo
1926
1926
1927
1927
Related
1928
- --------
1928
+ -------
1929
1929
[zarr.AsyncArray.info_complete][] - All information about a group, including dynamic information
1930
1930
like the number of bytes and chunks written.
1931
1931
@@ -1963,7 +1963,7 @@ async def info_complete(self) -> Any:
1963
1963
ArrayInfo
1964
1964
1965
1965
Related
1966
- --------
1966
+ -------
1967
1967
[zarr.AsyncArray.info][] - A property giving just the statically known information about an array.
1968
1968
"""
1969
1969
return self ._info (
@@ -2788,7 +2788,7 @@ def __getitem__(self, selection: Selection) -> NDArrayLikeOrScalar:
2788
2788
methods listed under Related.
2789
2789
2790
2790
Related
2791
- --------
2791
+ -------
2792
2792
[get_basic_selection][zarr.Array.get_basic_selection], [set_basic_selection][zarr.Array.set_basic_selection]
2793
2793
[get_mask_selection][zarr.Array.get_mask_selection], [set_mask_selection][zarr.Array.set_mask_selection],
2794
2794
[get_coordinate_selection][zarr.Array.get_coordinate_selection], [set_coordinate_selection][zarr.Array.set_coordinate_selection],
@@ -2889,7 +2889,7 @@ def __setitem__(self, selection: Selection, value: npt.ArrayLike) -> None:
2889
2889
methods listed under Related.
2890
2890
2891
2891
Related
2892
- --------
2892
+ -------
2893
2893
[get_basic_selection][zarr.Array.get_basic_selection],
2894
2894
[set_basic_selection][zarr.Array.set_basic_selection],
2895
2895
[get_mask_selection][zarr.Array.get_mask_selection],
@@ -3016,7 +3016,7 @@ def get_basic_selection(
3016
3016
using the alternative notation.
3017
3017
3018
3018
Related
3019
- --------
3019
+ -------
3020
3020
[set_basic_selection][zarr.Array.set_basic_selection],
3021
3021
[get_mask_selection][zarr.Array.get_mask_selection],
3022
3022
[set_mask_selection][zarr.Array.set_mask_selection],
@@ -3126,7 +3126,7 @@ def set_basic_selection(
3126
3126
alternative notation.
3127
3127
3128
3128
Related
3129
- --------
3129
+ -------
3130
3130
[get_basic_selection][zarr.Array.get_basic_selection],
3131
3131
[get_mask_selection][zarr.Array.get_mask_selection],
3132
3132
[set_mask_selection][zarr.Array.set_mask_selection],
@@ -3254,7 +3254,7 @@ def get_orthogonal_selection(
3254
3254
Slices with step > 1 are supported, but slices with negative step are not.
3255
3255
3256
3256
Related
3257
- --------
3257
+ -------
3258
3258
[get_basic_selection][zarr.Array.get_basic_selection],
3259
3259
[set_basic_selection][zarr.Array.set_basic_selection],
3260
3260
[get_mask_selection][zarr.Array.get_mask_selection],
@@ -3374,7 +3374,7 @@ def set_orthogonal_selection(
3374
3374
Slices with step > 1 are supported, but slices with negative step are not.
3375
3375
3376
3376
Related
3377
- --------
3377
+ -------
3378
3378
[get_basic_selection][zarr.Array.get_basic_selection],
3379
3379
[set_basic_selection][zarr.Array.set_basic_selection],
3380
3380
[get_mask_selection][zarr.Array.get_mask_selection],
@@ -3461,7 +3461,7 @@ def get_mask_selection(
3461
3461
arrays by calling `np.nonzero`.
3462
3462
3463
3463
Related
3464
- --------
3464
+ -------
3465
3465
[get_basic_selection][zarr.Array.get_basic_selection],
3466
3466
[set_basic_selection][zarr.Array.set_basic_selection],
3467
3467
[set_mask_selection][zarr.Array.set_mask_selection],
@@ -3551,7 +3551,7 @@ def set_mask_selection(
3551
3551
arrays by calling `np.nonzero`.
3552
3552
3553
3553
Related
3554
- --------
3554
+ -------
3555
3555
[get_basic_selection][zarr.Array.get_basic_selection],
3556
3556
[set_basic_selection][zarr.Array.set_basic_selection],
3557
3557
[get_mask_selection][zarr.Array.get_mask_selection],
@@ -3639,7 +3639,7 @@ def get_coordinate_selection(
3639
3639
each coordinate array after broadcasting.
3640
3640
3641
3641
Related
3642
- --------
3642
+ -------
3643
3643
[get_basic_selection][zarr.Array.get_basic_selection],
3644
3644
[set_basic_selection][zarr.Array.set_basic_selection],
3645
3645
[get_mask_selection][zarr.Array.get_mask_selection],
@@ -3731,7 +3731,7 @@ def set_coordinate_selection(
3731
3731
of the array.
3732
3732
3733
3733
Related
3734
- --------
3734
+ -------
3735
3735
[get_basic_selection][zarr.Array.get_basic_selection],
3736
3736
[set_basic_selection][zarr.Array.set_basic_selection],
3737
3737
[get_mask_selection][zarr.Array.get_mask_selection],
@@ -3855,7 +3855,7 @@ def get_block_selection(
3855
3855
[23, 24, 25, 26, 27, 28]])
3856
3856
3857
3857
Related
3858
- --------
3858
+ -------
3859
3859
[get_basic_selection][zarr.Array.get_basic_selection],
3860
3860
[set_basic_selection][zarr.Array.set_basic_selection],
3861
3861
[get_mask_selection][zarr.Array.get_mask_selection],
@@ -3955,7 +3955,7 @@ def set_block_selection(
3955
3955
Slices are supported. However, only with a step size of one.
3956
3956
3957
3957
Related
3958
- --------
3958
+ -------
3959
3959
[get_basic_selection][zarr.Array.get_basic_selection],
3960
3960
[set_basic_selection][zarr.Array.set_basic_selection],
3961
3961
[get_mask_selection][zarr.Array.get_mask_selection],
@@ -4119,7 +4119,7 @@ def info(self) -> Any:
4119
4119
ArrayInfo
4120
4120
4121
4121
Related
4122
- --------
4122
+ -------
4123
4123
[zarr.Array.info_complete][] - All information about a group,
4124
4124
including dynamic information like the number of bytes and chunks written.
4125
4125
@@ -4155,7 +4155,7 @@ def info_complete(self) -> Any:
4155
4155
ArrayInfo
4156
4156
4157
4157
Related
4158
- --------
4158
+ -------
4159
4159
[zarr.Array.info][] - The statically known subset of metadata about an array.
4160
4160
"""
4161
4161
return sync (self ._async_array .info_complete ())
@@ -4178,7 +4178,7 @@ async def _shards_initialized(
4178
4178
The keys of the chunks that have been initialized.
4179
4179
4180
4180
Related
4181
- --------
4181
+ -------
4182
4182
[nchunks_initialized][zarr.Array.nchunks_initialized]
4183
4183
4184
4184
"""
0 commit comments