Searched refs:_Colorify (Results 1 – 1 of 1) sorted by relevance
73 print _Colorify(VT.Green, 'EC == ' + ecstring)92 print _Colorify(VT.Green, 'ISS == ' + issstring)119 return _Colorify(VT.Red, '*unsupported text*')136 print _Colorify(VT.Green, _GetIndentedString(2, field_name_str) + ' == ' + field_value_string)150 …print _Colorify(VT.Red, _GetIndentedString(2, '(No matching value, dumping out full description)')…182 def _Colorify(color, msg): function