Home
last modified time | relevance | path

Searched refs:color_string (Results 1 – 1 of 1) sorted by relevance

/tools/external_updater/
Dexternal_updater.py64 def color_string(string: str, color: Color) -> str: function
149 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))