Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ create_inputhook_gtk
Function
create_inputhook_gtk
pydev_ipython/inputhookgtk.py:31–37 ·
view source on GitHub ↗
(stdin_file)
Source
from the content-addressed store, hash-verified
29
30
31
def
create_inputhook_gtk(stdin_file):
32
def
inputhook_gtk():
33
gobject.io_add_watch(stdin_file, gobject.IO_IN, _main_quit)
34
gtk.main()
35
return
0
36
37
return
inputhook_gtk
Callers
1
enable_gtk
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected