Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/typ/typ/
Dprinter.py18 def __init__(self, print_, should_overwrite, cols): argument
20 self.should_overwrite = should_overwrite
34 if self.should_overwrite and self.last_line:
Drunner.py426 self.printer.should_overwrite = False