Home | History | Annotate | Download | only in Lib

Lines Matching refs:isatty

102     * "Interactive" text files (files for which isatty() returns True)
214 if buffering == 1 or buffering < 0 and raw.isatty():
472 def isatty(self):
828 def isatty(self):
829 return self.raw.isatty()
1308 def isatty(self):
1309 return self.reader.isatty() or self.writer.isatty()
1697 def isatty(self):
1700 return os.isatty(self._fd)
2047 def isatty(self):
2048 return self.buffer.isatty()