Lines Matching refs:out
103 …def __init__(self, clArgs = None, argDB = None, log = None, out = defaultOut, debugLevel = None, d… argument
107 self.out = out
137 self.out = Logger.defaultOut
161 self.out = None
232 if self.out is None or not self.out.isatty() or self.argDB['scrollOutput']:
302 for writeAll, f in enumerate([self.out, self.log]):
314 if self.out is not None and self.linewidth > 0:
315 self.out.write('\r')
320 out,lw = self.out,self.linewidth
321 if out is not None and lw > 0:
322 out.write('\r\033[K' if self.checkANSIEscapeSequences(out) else ' '*lw)
324 out.flush()
372 for writeAll, f in enumerate([self.out, self.log]):
401 for writeAll, f in enumerate([self.out, self.log]):