bcolors#
-
class
protopipe.pipeline.bcolors[source]# Bases:
objectColor definitions for standard and debug printing.
Attributes Summary
Attributes Documentation
-
BOLD= '\x1b[1m'#
-
BOLDGREEN= '\x1b[1m\x1b[92m'#
-
BOLDWARNING= '\x1b[1m\x1b[93m'#
-
ENDC= '\x1b[0m'#
-
FAIL= '\x1b[91m'#
-
HEADER= '\x1b[95m'#
-
OKBLUE= '\x1b[94m'#
-
OKGREEN= '\x1b[92m'#
-
PURPLE= '\x1b[95m'#
-
REVERSED= '\x1b[7m'#
-
UNDERLINE= '\x1b[4m'#
-
WARNING= '\x1b[93m'#
-