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 16d1394 commit 6075e18Copy full SHA for 6075e18
src/zarr/core/common.py
@@ -37,6 +37,8 @@
37
38
BytesLike = bytes | bytearray | memoryview
39
ShapeLike = Iterable[int] | int
40
+# For backwards compatibility
41
+ChunkCoords: tuple[int, ...]
42
ZarrFormat = Literal[2, 3]
43
NodeType = Literal["array", "group"]
44
JSON = str | int | float | Mapping[str, "JSON"] | Sequence["JSON"] | None
0 commit comments