Lines Matching refs:colorText
550 print(self.colorText(i))
643 res = self.colorText('YES', 32)
645 res = self.colorText('NO')
833 def colorText(self, str, color=31): member in SystemValues
5811 res = sysvals.colorText('NO (No features of this tool will work!)')
5820 res = sysvals.colorText('NO (No features of this tool will work!)')
5829 res = sysvals.colorText('NO')
5841 res = sysvals.colorText('NO')
5851 res = sysvals.colorText('NO')
5871 res = sysvals.colorText('NO')
5880 no = sysvals.colorText('MISSING')
5881 yes = sysvals.colorText('FOUND', 32)