Event handler for the button click.
(self, evt)
| 73 | self.Close() |
| 74 | |
| 75 | def OnFunButton(self, evt): |
| 76 | """Event handler for the button click.""" |
| 77 | print("Having fun yet?") |
| 78 | |
| 79 | |
| 80 | class MyApp(wx.App): |
nothing calls this directly
no outgoing calls
no test coverage detected