Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py202 def hilight(textToColor, color, bold): argument
206 @param textToColor: string, the text to be colored
208 @param bold: boolean, used to bold the textToColor
218 return textToColor
231 return '\x1b[%sm%s\x1b[0m' % (';'.join(attr),textToColor)