Lines Matching refs:col
126 def GetWarningMsg(col, msg_type, fname, line, msg): argument
136 msg_type = col.Color(col.YELLOW, msg_type)
138 msg_type = col.Color(col.RED, msg_type)
140 msg_type = col.Color(col.MAGENTA, msg_type)
146 col = terminal.Color()
155 result.warnings, result.checks, col.Color(col.BLUE, fname)))
161 GetWarningMsg(col, item.get('type', '<unknown>'),
168 color = col.GREEN
170 color = col.YELLOW
172 color = col.RED
173 print(col.Color(color, str % (error_count, warning_count, check_count)))