Searched defs:isatty (Results 1 – 10 of 10) sorted by relevance
91 def isatty(self): member in Chunk
88 def isatty(self): member in StringIO
440 def isatty(self): member in IOBase775 def isatty(self): member in _BufferedIOMixin1208 def isatty(self): member in BufferedRWPair1578 def isatty(self): member in TextIOWrapper
553 def isatty(self): member in SpooledTemporaryFile
63 def isatty(self): member in cStringIO.InputType
303 int line_buffering, isatty; in io_open() local
304 long isatty; in io_open() local
129 isatty (int fd) in isatty() function
1299 def __init__(self, isatty): argument1303 def isatty(self): member in BufferedRWPairTest.test_isatty.SelectableIsAtty