Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ inputhook_gtk3
Function
inputhook_gtk3
IPython/lib/inputhookgtk3.py:31–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
31
def
inputhook_gtk3():
32
GLib.io_add_watch(sys.stdin, GLib.PRIORITY_DEFAULT, GLib.IO_IN, _main_quit)
33
Gtk.main()
34
return
0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected