Lines Matching refs:colorText
590 print(self.colorText(i))
683 res = self.colorText('YES', 32)
685 res = self.colorText('NO')
882 def colorText(self, str, color=31): member in SystemValues
5977 res = sysvals.colorText('NO (No features of this tool will work!)')
5986 res = sysvals.colorText('NO (No features of this tool will work!)')
5995 res = sysvals.colorText('NO')
6008 res = sysvals.colorText('NO')
6023 res = sysvals.colorText('NO')
6043 res = sysvals.colorText('NO')
6052 no = sysvals.colorText('MISSING')
6053 yes = sysvals.colorText('FOUND', 32)