Searched refs:color_string (Results 1 – 1 of 1) sorted by relevance
64 def color_string(string: str, color: Color) -> str: function149 print(color_string(' Out of date!', Color.STALE))151 print(color_string(' Up to date.', Color.FRESH))161 print('{} {}.'.format(color_string('Failed.', Color.ERROR), err))