Lines Matching refs:colorText
548 print(self.colorText(i))
641 res = self.colorText('YES', 32)
643 res = self.colorText('NO')
837 def colorText(self, str, color=31): member in SystemValues
5771 res = sysvals.colorText('NO (No features of this tool will work!)')
5780 res = sysvals.colorText('NO (No features of this tool will work!)')
5789 res = sysvals.colorText('NO')
5801 res = sysvals.colorText('NO')
5811 res = sysvals.colorText('NO')
5831 res = sysvals.colorText('NO')
5840 no = sysvals.colorText('MISSING')
5841 yes = sysvals.colorText('FOUND', 32)