colors from printing on screen
Definition at line 41 of file demo/common.py.
◆ BOLD [1/2]
string common.bcolors.BOLD = '\033[1m' |
|
static |
◆ BOLD [2/2]
◆ ENDC [1/2]
string common.bcolors.ENDC = '\033[0m' |
|
static |
◆ ENDC [2/2]
◆ FAIL [1/2]
string common.bcolors.FAIL = '\033[91m' |
|
static |
◆ FAIL [2/2]
◆ HEADER [1/2]
string common.bcolors.HEADER = '\033[95m' |
|
static |
◆ HEADER [2/2]
◆ OKBLUE [1/2]
string common.bcolors.OKBLUE = '\033[94m' |
|
static |
◆ OKBLUE [2/2]
◆ OKGREEN [1/2]
string common.bcolors.OKGREEN = '\033[92m' |
|
static |
◆ OKGREEN [2/2]
◆ UNDERLINE [1/2]
string common.bcolors.UNDERLINE = '\033[4m' |
|
static |
◆ UNDERLINE [2/2]
◆ WARNING [1/2]
string common.bcolors.WARNING = '\033[93m' |
|
static |
◆ WARNING [2/2]
The documentation for this class was generated from the following file: