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

Function _main_quit

IPython/lib/inputhookgtk.py:27–29  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

25
26
27def _main_quit(*args, **kwargs):
28 gtk.main_quit()
29 return False
30
31def inputhook_gtk():
32 gobject.io_add_watch(sys.stdin, gobject.IO_IN, _main_quit)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected