Lines Matching refs:text
31 def __init__(self, text, newline, colour): argument
32 self.text = text
38 self.text)
40 def Print(text='', newline=True, colour=None): argument
52 print_test_list.append(PrintLine(text, newline, colour))
56 text = col.Color(colour, text)
57 print(text, end='')
86 print(col.Color(line.colour, line.text), end='')
88 print(line.text, end='')
142 def Color(self, color, text, bright=True): argument
156 return text
162 return start + text + self.RESET