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 6f52bfb commit 737ff9bCopy full SHA for 737ff9b
1 file changed
src/zarr/storage/_common.py
@@ -89,6 +89,8 @@ async def open(cls, store: Store, path: str, mode: AccessModeLiteral | None = No
89
------
90
FileExistsError
91
If the mode is 'w-' and the store path already exists.
92
+ ValueError
93
+ If the mode is not "r" and the store is read-only, or
94
"""
95
96
# fastpath if mode is None
0 commit comments