|
string | BLACK = '\033[30m' |
|
string | RED = '\033[31m' |
|
string | GREEN = '\033[32m' |
|
string | YELLOW = '\033[33m' |
|
string | BLUE = '\033[34m' |
|
string | MAGENTA = '\033[35m' |
|
string | CYAN = '\033[36m' |
|
string | WHITE = '\033[37m' |
|
string | BOLD = '\033[1m' |
|
string | UNDERLINE = '\033[4m' |
|
string | END = '\033[0m' |
|
Definition at line 22 of file compile.py.
string compile.Term.BLACK = '\033[30m' |
|
static |
string compile.Term.BLUE = '\033[34m' |
|
static |
string compile.Term.BOLD = '\033[1m' |
|
static |
string compile.Term.CYAN = '\033[36m' |
|
static |
string compile.Term.END = '\033[0m' |
|
static |
string compile.Term.GREEN = '\033[32m' |
|
static |
string compile.Term.MAGENTA = '\033[35m' |
|
static |
string compile.Term.RED = '\033[31m' |
|
static |
string compile.Term.UNDERLINE = '\033[4m' |
|
static |
string compile.Term.WHITE = '\033[37m' |
|
static |
string compile.Term.YELLOW = '\033[33m' |
|
static |
The documentation for this class was generated from the following file: