Home
last modified time | relevance | path

Searched refs:_has_colors (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/
Datest_utils_unittest.py306 self.assertFalse(atest_utils._has_colors(stream))
312 self.assertFalse(atest_utils._has_colors(stream))
317 self.assertTrue(atest_utils._has_colors(stream))
Datest_utils.py502 def _has_colors(stream): function
511 cached_has_colors = _has_colors.cached_has_colors
542 has_colors = _has_colors(_original_sys_stdout)