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

Data Structures

class  _Cell
 
class  Column
 
class  Row
 
class  Table
 

Functions

None header (str text)
 

Variables

 table
 
 header_style
 
 style
 
 no_wrap
 
 justify
 
 end_section
 
 console = Console()
 
 highlight = ReprHighlighter()
 
 expand
 
 width
 
 row_styles
 
 leading
 
 show_lines
 

Function Documentation

◆ header()

None header ( str  text)

Definition at line 963 of file table.py.

963 def header(text: str) -> None:
965 console.rule(highlight(text))
967
for i

References pip._vendor.rich.table.highlight, and i.

Variable Documentation

◆ console

console = Console()

Definition at line 968 of file table.py.

◆ end_section

end_section

Definition at line 955 of file table.py.

◆ expand

expand

Definition at line 973 of file table.py.

◆ header_style

header_style

Definition at line 939 of file table.py.

◆ highlight

highlight = ReprHighlighter()

Definition at line 969 of file table.py.

Referenced by pip._vendor.rich.table.header().

◆ justify

justify

Definition at line 942 of file table.py.

◆ leading

leading

Definition at line 992 of file table.py.

◆ no_wrap

no_wrap

Definition at line 939 of file table.py.

◆ row_styles

row_styles

Definition at line 984 of file table.py.

◆ show_lines

show_lines

Definition at line 999 of file table.py.

◆ style

style

Definition at line 939 of file table.py.

◆ table

table
Initial value:
1= Table(
2 title="Star Wars Movies",
3 caption="Rich example table",
4 caption_justify="right",
5 )

Definition at line 932 of file table.py.

◆ width

width

Definition at line 977 of file table.py.