Lines Matching refs:colorText
601 print(self.colorText(i))
694 res = self.colorText('YES', 32)
696 res = self.colorText('NO')
898 def colorText(self, str, color=31): member in SystemValues
6025 res = sysvals.colorText('NO (No features of this tool will work!)')
6034 res = sysvals.colorText('NO (No features of this tool will work!)')
6043 res = sysvals.colorText('NO')
6056 res = sysvals.colorText('NO')
6071 res = sysvals.colorText('NO')
6091 res = sysvals.colorText('NO')
6100 no = sysvals.colorText('MISSING')
6101 yes = sysvals.colorText('FOUND', 32)