Lines Matching full:isatty
101 * "Interactive" text files (files for which isatty() returns True)
196 if buffering == 1 or buffering < 0 and raw.isatty():
443 def isatty(self):
781 def isatty(self):
782 return self.raw.isatty()
1215 def isatty(self):
1216 return self.reader.isatty() or self.writer.isatty()
1589 def isatty(self):
1590 return self.buffer.isatty()