Searched refs:ANSI_ESCAPE (Results 1 – 1 of 1) sorted by relevance
663 ANSI_ESCAPE = re.compile(r'\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])') variable in Gtest682 non_ansi_line = self.ANSI_ESCAPE.sub('', line)