Lines Matching defs:isatty
134 * "Interactive" text files (files for which isatty() returns True)
244 if buffering == 1 or buffering < 0 and raw.isatty():
530 def isatty(self):
898 def isatty(self):
899 return self.raw.isatty()
1409 def isatty(self):
1410 return self.reader.isatty() or self.writer.isatty()
1802 def isatty(self):
1805 return os.isatty(self._fd)
2207 def isatty(self):
2208 return self.buffer.isatty()