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 e60cbe0 commit 5c54449Copy full SHA for 5c54449
src/zarr/abc/store.py
@@ -108,7 +108,7 @@ async def get(
108
Parameters
109
----------
110
key : str
111
- byte_range : tuple[int, Optional[int]], optional
+ byte_range : tuple[int | None, int | None], optional
112
113
Returns
114
-------
@@ -126,7 +126,7 @@ async def get_partial_values(
126
127
128
129
- key_ranges : list[tuple[str, tuple[int | None, int | None]]]
+ key_ranges : Iterable[tuple[str, tuple[int | None, int | None]]]
130
Ordered set of key, range pairs, a key may occur multiple times with different ranges
131
132
0 commit comments