Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.rich.tree Namespace Reference

Data Structures

class  Tree
 

Variables

 table = Table(row_styles=["", "dim"])
 
 style
 
 no_wrap
 
 justify
 
str code
 
 syntax = Syntax(code, "python", theme="monokai", line_numbers=True)
 
 markdown
 
 root = Tree("🌲 [b green]Rich Tree", highlight=True, hide_root=True)
 
 node = root.add(":file_folder: Renderables", guide_style="red")
 
 simple_node = node.add(":file_folder: [bold yellow]Atomic", guide_style="uu green")
 
 containers_node
 
 expanded
 
 panel = Panel.fit("Just a panel", border_style="red")
 
 console = Console()
 

Variable Documentation

◆ code

str code
Initial value:
1= """\
2class Segment(NamedTuple):
3 text: str = ""
4 style: Optional[Style] = None
5 is_control: bool = False
6"""

Definition at line 216 of file tree.py.

◆ console

console = Console()

Definition at line 249 of file tree.py.

◆ containers_node

containers_node
Initial value:
2 ":file_folder: [bold magenta]Containers", guide_style="bold magenta"
3 )
for i

Definition at line 240 of file tree.py.

◆ expanded

expanded

Definition at line 243 of file tree.py.

◆ justify

justify

Definition at line 209 of file tree.py.

◆ markdown

markdown
Initial value:
1= Markdown(
2
3 )

Definition at line 224 of file tree.py.

◆ no_wrap

no_wrap

Definition at line 207 of file tree.py.

◆ node

node = root.add(":file_folder: Renderables", guide_style="red")

Definition at line 235 of file tree.py.

◆ panel

panel = Panel.fit("Just a panel", border_style="red")

Definition at line 244 of file tree.py.

◆ root

root = Tree("🌲 [b green]Rich Tree", highlight=True, hide_root=True)

Definition at line 233 of file tree.py.

◆ simple_node

simple_node = node.add(":file_folder: [bold yellow]Atomic", guide_style="uu green")

Definition at line 236 of file tree.py.

◆ style

style

Definition at line 207 of file tree.py.

◆ syntax

syntax = Syntax(code, "python", theme="monokai", line_numbers=True)

Definition at line 222 of file tree.py.

◆ table

table = Table(row_styles=["", "dim"])

Definition at line 205 of file tree.py.