Let us walk on the 3-isogeny graph
|
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") | |
action |
Definition at line 178 of file default_styles.py.
args = parser.parse_args() |
Definition at line 179 of file default_styles.py.
Definition at line 181 of file default_styles.py.
dict DEFAULT_STYLES |
Definition at line 5 of file default_styles.py.
help |
Definition at line 178 of file default_styles.py.
bool html = args.html |
Definition at line 180 of file default_styles.py.
parser = argparse.ArgumentParser() |
Definition at line 177 of file default_styles.py.
table = Table("Name", "Styling") |
Definition at line 183 of file default_styles.py.