Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ inputhook
Function
inputhook
IPython/terminal/pt_inputhooks/gtk3.py:10–12 ·
view source on GitHub ↗
(context)
Source
from the content-addressed store, hash-verified
8
return
False
9
10
def
inputhook(context):
11
GLib.io_add_watch(context.fileno(), GLib.PRIORITY_DEFAULT, GLib.IO_IN, _main_quit)
12
Gtk.main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected