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