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

Function _main_quit

IPython/lib/inputhookgtk3.py:26–28  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

24#-----------------------------------------------------------------------------
25
26def _main_quit(*args, **kwargs):
27 Gtk.main_quit()
28 return False
29
30
31def inputhook_gtk3():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected