Module color
Sets up the terminal color scheme.
source linkClasses
Functions
▶ def color_style(force_color=False) Return a Style object from the Django color scheme.
▶ def make_style(config_string='') Create a Style object from the given config_string.
If config_string is empty django.utils.termcolors.DEFAULT_PALETTE is used.
▶ def no_style() @functools.lru_cache(maxsize=None) Return a Style object with no color scheme.
@functools.lru_cache(maxsize=None)
def no_style()
Reexports
▷ def supports_color() Return True if the running system's terminal supports color, and False otherwise.