Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
tree.py File Reference

Go to the source code of this file.

Data Structures

class  Tree
 

Namespaces

namespace  pip
 
namespace  pip._vendor
 
namespace  pip._vendor.rich
 
namespace  pip._vendor.rich.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()