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

Function destroy

examples/IPython Kernel/gui/gui-gtk3.py:20–21  ·  view source on GitHub ↗
(widget, data=None)

Source from the content-addressed store, hash-verified

18 return False
19
20def destroy(widget, data=None):
21 Gtk.main_quit()
22
23window = Gtk.Window(type=Gtk.WindowType.TOPLEVEL)
24window.connect("delete_event", delete_event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected