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 a060eed commit 310defcCopy full SHA for 310defc
rich/tree.py
@@ -10,13 +10,14 @@
10
11
GuideType = Tuple[str, str, str, str]
12
13
+
14
class Tree(JupyterMixin):
15
"""A renderable for a tree structure.
16
17
Attributes:
18
ASCII_GUIDES (GuideType): Guide lines used when Console.ascii_only is True.
19
TREE_GUIDES (List[GuideType, GuideType, GuideType]): Default guide lines.
-
20
21
Args:
22
label (RenderableType): The renderable or str for the tree label.
23
style (StyleType, optional): Style of this tree. Defaults to "tree".
0 commit comments