We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56e671 commit 04f02d3Copy full SHA for 04f02d3
1 file changed
python-spec/src/somacore/options.py
@@ -24,8 +24,8 @@
24
SOMA_GEOMETRY: Final = "soma_geometry"
25
"""Global constant for SOMA spatial geometry type."""
26
27
-OpenMode = Literal["r", "w"]
28
-"""How to open a SOMA object: read or write."""
+OpenMode = Literal["r", "w", "d"]
+"""How to open a SOMA object: read, write, or delete."""
29
30
31
class ReadPartitions:
0 commit comments