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 8aeebaa commit 40fcc02Copy full SHA for 40fcc02
src/zarr/core/_tree.py
@@ -45,6 +45,7 @@ def _repr_mimebundle_(
45
async def group_tree_async(
46
group: AsyncGroup,
47
max_depth: int | None = None,
48
+ *,
49
max_nodes: int = 500,
50
plain: bool = False,
51
) -> TreeRepr:
src/zarr/core/group.py
@@ -1592,6 +1592,7 @@ async def tree(
1592
self,
1593
expand: bool | None = None,
1594
level: int | None = None,
1595
1596
1597
1598
) -> Any:
0 commit comments