ra4_draw  4bd0201e3d922d42bd545d4b045ed44db33454a4
Static Public Attributes | List of all members
compile.Term Class Reference
Inheritance diagram for compile.Term:
object

Static Public Attributes

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'
 

Detailed Description

Definition at line 22 of file compile.py.

Member Data Documentation

string compile.Term.BLACK = '\033[30m'
static

Definition at line 23 of file compile.py.

string compile.Term.BLUE = '\033[34m'
static

Definition at line 27 of file compile.py.

string compile.Term.BOLD = '\033[1m'
static

Definition at line 32 of file compile.py.

string compile.Term.CYAN = '\033[36m'
static

Definition at line 29 of file compile.py.

string compile.Term.END = '\033[0m'
static

Definition at line 35 of file compile.py.

string compile.Term.GREEN = '\033[32m'
static

Definition at line 25 of file compile.py.

string compile.Term.MAGENTA = '\033[35m'
static

Definition at line 28 of file compile.py.

string compile.Term.RED = '\033[31m'
static

Definition at line 24 of file compile.py.

string compile.Term.UNDERLINE = '\033[4m'
static

Definition at line 33 of file compile.py.

string compile.Term.WHITE = '\033[37m'
static

Definition at line 30 of file compile.py.

string compile.Term.YELLOW = '\033[33m'
static

Definition at line 26 of file compile.py.


The documentation for this class was generated from the following file: