PER Firmware
Loading...
Searching...
No Matches
utils.bcolors Class Reference

Static Public Attributes

str HEADER = '\033[95m'
 
str BLUE = '\033[94m'
 
str CYAN = '\033[96m'
 
str GREEN = '\033[92m'
 
str ORANGE = '\033[93m'
 
str RED = '\033[91m'
 
str ENDC = '\033[0m'
 
str BOLD = '\033[1m'
 
str UNDERLINE = '\033[4m'
 

Member Data Documentation

◆ BLUE

str utils.bcolors.BLUE = '\033[94m'
static

◆ BOLD

str utils.bcolors.BOLD = '\033[1m'
static

◆ CYAN

str utils.bcolors.CYAN = '\033[96m'
static

◆ ENDC

str utils.bcolors.ENDC = '\033[0m'
static

◆ GREEN

str utils.bcolors.GREEN = '\033[92m'
static

◆ HEADER

str utils.bcolors.HEADER = '\033[95m'
static

◆ ORANGE

str utils.bcolors.ORANGE = '\033[93m'
static

◆ RED

str utils.bcolors.RED = '\033[91m'
static

◆ UNDERLINE

str utils.bcolors.UNDERLINE = '\033[4m'
static

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