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

Method restore_stdout

PySimpleGUI/PySimpleGUI.py:4023–4027  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

4021 sys.stderr = self
4022
4023 def restore_stdout(self):
4024 """
4025 Restore a previously re-reouted stdout back to the original destination
4026 """
4027 Window._restore_stdout()
4028
4029 def restore_stderr(self):
4030 """

Callers

nothing calls this directly

Calls 1

_restore_stdoutMethod · 0.80

Tested by

no test coverage detected