MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / restore_stderr

Method restore_stderr

PySimpleGUI/PySimpleGUI.py:4029–4033  ·  view source on GitHub ↗

Restore a previously re-reouted stderr back to the original destination

(self)

Source from the content-addressed store, hash-verified

4027 Window._restore_stdout()
4028
4029 def restore_stderr(self):
4030 """
4031 Restore a previously re-reouted stderr back to the original destination
4032 """
4033 Window._restore_stderr()
4034
4035 def write(self, txt):
4036 """

Callers

nothing calls this directly

Calls 1

_restore_stderrMethod · 0.80

Tested by

no test coverage detected