(self)
| 72 | self.evtloop.Run() |
| 73 | |
| 74 | def check_stdin(self): |
| 75 | if stdin_ready(): |
| 76 | self.timer.Stop() |
| 77 | self.evtloop.Exit() |
| 78 | |
| 79 | def inputhook_wx2(): |
| 80 | """Run the wx event loop, polling for stdin. |
nothing calls this directly
no test coverage detected