Lines Matching refs:colour
961 Print(msg, colour=color)
989 Print(msg, colour=color, newline=False)
1099 Print(msg, colour=color, newline=False)
1247 Print(' ' + line, newline=True, colour=col)
1249 def _OutputErrLines(err_lines, colour): argument
1267 out = self.col.Color(colour, line.char + '(')
1270 out += self.col.Color(colour, ') %s' % line.errline)
1272 out = self.col.Color(colour, line.char + line.errline)
1330 _OutputErrLines(better_err, colour=self.col.GREEN)
1331 _OutputErrLines(worse_err, colour=self.col.RED)
1332 _OutputErrLines(better_warn, colour=self.col.CYAN)
1333 _OutputErrLines(worse_warn, colour=self.col.YELLOW)
1496 Print(msg, colour=self.col.BLUE)
1521 Print('(no errors to report)', colour=self.col.GREEN)