Searched refs:writeAll (Results 1 – 1 of 1) sorted by relevance
| /petsc/config/BuildSystem/ |
| H A D | logger.py | 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]): [all …]
|