Skip to content

Commit caabff6

Browse files
committed
remove properties from asyncarray docstring
1 parent 8f4a332 commit caabff6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/zarr/core/array.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -186,23 +186,6 @@ class AsyncArray:
186186
The codec pipeline used for encoding and decoding chunks.
187187
order : {'C', 'F'}
188188
The order of the array data in memory.
189-
190-
Properties
191-
----------
192-
ndim
193-
shape
194-
chunks
195-
size
196-
dtype
197-
attrs
198-
read_only
199-
path
200-
name
201-
basename
202-
cdata_shape
203-
nchunks
204-
nchunks_initialized
205-
nbytes
206189
"""
207190

208191
metadata: ArrayMetadata

0 commit comments

Comments
 (0)