Lines Matching refs:writeAll
256 def checkWrite(self, f, debugLevel, debugSection, writeAll = 0): argument
264 if writeAll:
302 for writeAll, f in enumerate([self.out, self.log]):
303 if self.checkWrite(f, debugLevel, debugSection, writeAll):
372 for writeAll, f in enumerate([self.out, self.log]):
373 if self.checkWrite(f, debugLevel, debugSection, writeAll):
381 if not forceScroll and not writeAll and self.linewidth > 0:
386 if writeAll or not msg.startswith('TESTING:') or f.isatty():
390 f.write(msg if writeAll else clean_msg)
401 for writeAll, f in enumerate([self.out, self.log]):
402 if self.checkWrite(f, debugLevel, debugSection, writeAll):
403 if forceNewLine or writeAll: