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 6eec2e2 commit 0b8ba76Copy full SHA for 0b8ba76
zarr/hierarchy.py
@@ -723,13 +723,14 @@ def visit(self, func):
723
Search for members matching some name query can be implemented using
724
``visit`` that is, ``find`` and ``findall``. Consider the following
725
tree::
726
- /
727
- ├── aaa
728
- │ └── bbb
729
- │ └── ccc
730
- │ └── aaa
731
- ├── bar
732
- └── foo
+
+ /
+ ├── aaa
+ │ └── bbb
+ │ └── ccc
+ │ └── aaa
+ ├── bar
733
+ └── foo
734
735
It is created as follows:
736
0 commit comments