(self, last_line_length)
| 514 | super(ColorProgressIndicator, self).__init__(cases, flaky_tests_mode, measure_flakiness, templates) |
| 515 | |
| 516 | def ClearLine(self, last_line_length): |
| 517 | print("\033[1K\r", end='') |
| 518 | |
| 519 | |
| 520 | class MonochromeProgressIndicator(CompactProgressIndicator): |
no test coverage detected