Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
class | ColorSystem |
class | ColorType |
class | ColorParseError |
class | Color |
Namespaces | |
namespace | pip |
namespace | pip._vendor |
namespace | pip._vendor.rich |
namespace | pip._vendor.rich.color |
Functions | |
ColorTriplet | parse_rgb_hex (str hex_color) |
ColorTriplet | blend_rgb (ColorTriplet color1, ColorTriplet color2, float cross_fade=0.5) |
Variables | |
str | WINDOWS = "Windows" |
dict | ANSI_COLOR_NAMES |
RE_COLOR | |
console = Console() | |
table = Table(show_footer=False, show_edge=True) | |
width | |
overflow | |
justify | |
style | |
colors = sorted((v, k) for k, v in ANSI_COLOR_NAMES.items()) | |
color_cell = Text(" " * 10, style=f"on {name}") | |
color = EIGHT_BIT_PALETTE[color_number] | |