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 3f9a34c commit 4d1bd26Copy full SHA for 4d1bd26
src/zarr/storage/_fsspec.py
@@ -174,10 +174,12 @@ def from_mapper(
174
allowed_exceptions: tuple[type[Exception], ...] = ALLOWED_EXCEPTIONS,
175
) -> FsspecStore:
176
"""
177
- Create a FsspecStore from an upath object.
+ Create a FsspecStore from a FSMap object.
178
179
Parameters
180
----------
181
+ fs_map : FSMap
182
+ Fsspec mutable mapping object.
183
read_only : bool
184
Whether the store is read-only, defaults to False.
185
allowed_exceptions : tuple, optional
0 commit comments