Restore a previously re-reouted stderr back to the original destination
(self)
| 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 | """ |
nothing calls this directly
no test coverage detected