Lines Matching refs:colorText
589 print(self.colorText(i))
682 res = self.colorText('YES', 32)
684 res = self.colorText('NO')
881 def colorText(self, str, color=31): member in SystemValues
5956 res = sysvals.colorText('NO (No features of this tool will work!)')
5965 res = sysvals.colorText('NO (No features of this tool will work!)')
5974 res = sysvals.colorText('NO')
5987 res = sysvals.colorText('NO')
6002 res = sysvals.colorText('NO')
6022 res = sysvals.colorText('NO')
6031 no = sysvals.colorText('MISSING')
6032 yes = sysvals.colorText('FOUND', 32)