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 0c14dd1 commit 5677683Copy full SHA for 5677683
src/zarr/abc/store.py
@@ -342,8 +342,8 @@ def list(self) -> AsyncGenerator[str, None]:
342
@abstractmethod
343
def list_prefix(self, prefix: str) -> AsyncGenerator[str, None]:
344
"""
345
- Retrieve all keys in the store that begin with a given prefix. Keys are returned as
346
- absolute paths (i.e. including the prefix).
+ Retrieve all keys in the store that begin with a given prefix. Keys are returned relative
+ to the root of the store.
347
348
Parameters
349
----------
0 commit comments