Home | History | Annotate | Download | only in Lib

Lines Matching refs:isatty

102     * "Interactive" text files (files for which isatty() returns True)
199 if buffering == 1 or buffering < 0 and raw.isatty():
452 def isatty(self):
788 def isatty(self):
789 return self.raw.isatty()
1224 def isatty(self):
1225 return self.reader.isatty() or self.writer.isatty()
1603 def isatty(self):
1604 return self.buffer.isatty()