Lines Matching refs:col
125 def GetWarningMsg(col, msg_type, fname, line, msg): argument
135 msg_type = col.Color(col.YELLOW, msg_type)
137 msg_type = col.Color(col.RED, msg_type)
139 msg_type = col.Color(col.MAGENTA, msg_type)
145 col = terminal.Color()
154 result.warnings, result.checks, col.Color(col.BLUE, fname)))
160 GetWarningMsg(col, item.get('type', '<unknown>'),
167 color = col.GREEN
169 color = col.YELLOW
171 color = col.RED
172 print(col.Color(color, str % (error_count, warning_count, check_count)))