We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b0dd8 commit 708064fCopy full SHA for 708064f
Source/PythonEngine.pas
@@ -4836,6 +4836,8 @@ procedure TPythonEngine.DoRedirectIO;
4836
' return self.pyio.read(size)'+LF+
4837
' def flush(self):' + LF +
4838
' pass' + LF +
4839
+ ' def isatty(self):' + LF +
4840
+ ' return True' + LF +
4841
'sys.old_stdin=sys.stdin'+LF+
4842
'sys.old_stdout=sys.stdout'+LF+
4843
'sys.old_stderr=sys.stderr'+LF+
0 commit comments