MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / create_inputhook_gtk3

Function create_inputhook_gtk3

pydev_ipython/inputhookgtk3.py:31–37  ·  view source on GitHub ↗
(stdin_file)

Source from the content-addressed store, hash-verified

29
30
31def create_inputhook_gtk3(stdin_file):
32 def inputhook_gtk3():
33 GLib.io_add_watch(stdin_file, GLib.IO_IN, _main_quit)
34 Gtk.main()
35 return 0
36
37 return inputhook_gtk3

Callers 1

enable_gtk3Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected