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

Data Structures

class  Align
 
class  VerticalCenter
 

Variables

 AlignMethod = Literal["left", "center", "right"]
 
 VerticalAlignMethod = Literal["top", "middle", "bottom"]
 
 highlighter = ReprHighlighter()
 
 console = Console()
 
 panel
 

Variable Documentation

◆ AlignMethod

AlignMethod = Literal["left", "center", "right"]

Definition at line 19 of file align.py.

◆ console

console = Console()

Definition at line 296 of file align.py.

◆ highlighter

highlighter = ReprHighlighter()

Definition at line 295 of file align.py.

◆ panel

panel
Initial value:
1= Panel(
2 Group(
3 Align.left(highlighter("align='left'")),
4 Align.center(highlighter("align='center'")),
5 Align.right(highlighter("align='right'")),
6 ),
7 width=60,
8 style="on dark_blue",
9 title="Align",
10 )
for i

Definition at line 298 of file align.py.

◆ VerticalAlignMethod

VerticalAlignMethod = Literal["top", "middle", "bottom"]

Definition at line 20 of file align.py.