##// END OF EJS Templates
Implement `IPython.utils.io.Tee.isatty`...
Yang, Bo -
Show More
@@ -75,6 +75,8 b' class Tee(object):'
75 75 if not self._closed:
76 76 self.close()
77 77
78 def isatty(self):
79 return False
78 80
79 81 def ask_yes_no(prompt, default=None, interrupt=None):
80 82 """Asks a question and returns a boolean (y/n) answer.
General Comments 0
You need to be logged in to leave comments. Login now