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

Function destroy

examples/IPython Kernel/gui/gui-gtk.py:22–23  ·  view source on GitHub ↗
(widget, data=None)

Source from the content-addressed store, hash-verified

20 return False
21
22def destroy(widget, data=None):
23 gtk.main_quit()
24
25window = gtk.Window(gtk.WINDOW_TOPLEVEL)
26window.connect("delete_event", delete_event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected