MCPcopy Create free account
hub / github.com/ipython/ipython / OnFunButton

Method OnFunButton

examples/IPython Kernel/gui/gui-wx.py:75–77  ·  view source on GitHub ↗

Event handler for the button click.

(self, evt)

Source from the content-addressed store, hash-verified

73 self.Close()
74
75 def OnFunButton(self, evt):
76 """Event handler for the button click."""
77 print("Having fun yet?")
78
79
80class MyApp(wx.App):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected