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

Variables

dict DEFAULT_STYLES
 
 parser = argparse.ArgumentParser()
 
 action
 
 help
 
 args = parser.parse_args()
 
bool html = args.html
 
bool console = Console(record=True, width=70, file=io.StringIO()) if html else Console()
 
 table = Table("Name", "Styling")
 

Variable Documentation

◆ action

action

Definition at line 178 of file default_styles.py.

◆ args

args = parser.parse_args()

Definition at line 179 of file default_styles.py.

◆ console

bool console = Console(record=True, width=70, file=io.StringIO()) if html else Console()

Definition at line 181 of file default_styles.py.

◆ DEFAULT_STYLES

dict DEFAULT_STYLES

Definition at line 5 of file default_styles.py.

◆ help

help

Definition at line 178 of file default_styles.py.

◆ html

bool html = args.html

Definition at line 180 of file default_styles.py.

◆ parser

parser = argparse.ArgumentParser()

Definition at line 177 of file default_styles.py.

◆ table

table = Table("Name", "Styling")

Definition at line 183 of file default_styles.py.