InteractiveInterpreter.write(data)
Write a string to the standard error stream (sys.stderr
). Derived classes should override this to provide the appropriate output handling as needed.
InteractiveInterpreter.write(data)
Write a string to the standard error stream (sys.stderr
). Derived classes should override this to provide the appropriate output handling as needed.
Please login to continue.