Searched refs:textToColor (Results 1 – 1 of 1) sorted by relevance
202 def hilight(textToColor, color, bold): argument 206 @param textToColor: string, the text to be colored208 @param bold: boolean, used to bold the textToColor218 return textToColor231 return '\x1b[%sm%s\x1b[0m' % (';'.join(attr),textToColor)