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

Function delete_event

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

Source from the content-addressed store, hash-verified

15 print("Hello World")
16
17def delete_event(widget, event, data=None):
18 return False
19
20def destroy(widget, data=None):
21 Gtk.main_quit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected