taurus.core.util.console
This module contains ANSI color codes
Classes
- class TermColors[source]
Color escape sequences.
This class defines the escape sequences for all the standard (ANSI?) colors in terminals. Also defines a NoColor escape which is just the null string, suitable for defining ‘dummy’ color schemes in terminals which get confused by color escapes.
This class should be used as a mixin for building color schemes.
Basicaly this class is just a copy of IPython.ColorANSI.TermColors class
Functions