|
| string | NORMAL = '\033[0m' |
| |
| string | RED = '\033[91m' |
| |
| string | GREEN = '\033[92m' |
| |
| string | YELLOW = '\033[93m' |
| |
| string | BLUE = '\033[94m' |
| |
◆ BLUE
| string clog.utils.printfmt.Colours.BLUE = '\033[94m' |
|
static |
◆ GREEN
| string clog.utils.printfmt.Colours.GREEN = '\033[92m' |
|
static |
◆ NORMAL
| string clog.utils.printfmt.Colours.NORMAL = '\033[0m' |
|
static |
◆ RED
| string clog.utils.printfmt.Colours.RED = '\033[91m' |
|
static |
◆ YELLOW
| string clog.utils.printfmt.Colours.YELLOW = '\033[93m' |
|
static |
The documentation for this class was generated from the following file: