We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1926e19 commit 12963abCopy full SHA for 12963ab
src/zarr/abc/store.py
@@ -207,10 +207,10 @@ async def get(
207
Parameters
208
----------
209
key : str
210
- byte_range : tuple[int | None, int | None], optional
211
- prototype: BufferPrototype, optional
+ prototype : BufferPrototype, optional
212
The prototype giving the buffer classes to use for buffers and nbuffers.
213
By default, :func:`zarr.buffer.default_buffer_prototype` is used.
+ byte_range : tuple[int | None, int | None], optional
214
215
Returns
216
-------
0 commit comments