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

Method OnTimeToClose

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

Event handler for the button click.

(self, evt)

Source from the content-addressed store, hash-verified

68
69
70 def OnTimeToClose(self, evt):
71 """Event handler for the button click."""
72 print("See ya later!")
73 self.Close()
74
75 def OnFunButton(self, evt):
76 """Event handler for the button click."""

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.80

Tested by

no test coverage detected