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

Method disable_gtk3

pydev_ipython/inputhook.py:443–448  ·  view source on GitHub ↗

Disable event loop integration with PyGTK. This merely sets PyOS_InputHook to NULL.

(self)

Source from the content-addressed store, hash-verified

441 self._current_gui = GUI_GTK
442
443 def disable_gtk3(self):
444 """Disable event loop integration with PyGTK.
445
446 This merely sets PyOS_InputHook to NULL.
447 """
448 self.clear_inputhook()
449
450 def enable_mac(self, app=None):
451 """Enable event loop integration with MacOSX.

Callers

nothing calls this directly

Calls 1

clear_inputhookMethod · 0.95

Tested by

no test coverage detected