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 fff280c commit 545cacbCopy full SHA for 545cacb
src/zarr/api/synchronous.py
@@ -1149,8 +1149,9 @@ def create_hierarchy(
1149
allow_root: bool = True,
1150
) -> Iterator[Group | Array]:
1151
"""
1152
- Create a complete zarr hierarchy concurrently. Groups that are implicitly defined by the input
1153
- will be created as needed.
+ Create a complete zarr hierarchy from a collection of metadata objects.
+
1154
+ Groups that are implicitly defined by the input will be created as needed.
1155
1156
This function takes a parsed hierarchy dictionary and creates all the nodes in the hierarchy
1157
concurrently. Arrays and Groups are yielded in the order they are created.
0 commit comments