We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbf8c0 commit 43f8125Copy full SHA for 43f8125
1 file changed
REFERENCE.md
@@ -4,7 +4,7 @@
4
5
```
6
Key = int | str
7
-SplitPath = tuple[Union[datapath.types.Key, datapath.types._IterationPoint], ...]
+SplitPath = tuple[Union[datapath.types.Key, datapath.types._IterationPoint, range], ...]
8
Map = dict[str, Any]
9
Collection = Union[list, datapath.types.Map]
10
CollectionKey = tuple[list, int] | tuple[datapath.types.Map, str]
0 commit comments