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

Method disable_gtk

pydev_ipython/inputhook.py:283–288  ·  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

281 self._current_gui = GUI_GTK
282
283 def disable_gtk(self):
284 """Disable event loop integration with PyGTK.
285
286 This merely sets PyOS_InputHook to NULL.
287 """
288 self.clear_inputhook()
289
290 def enable_tk(self, app=None):
291 """Enable event loop integration with Tk.

Callers

nothing calls this directly

Calls 1

clear_inputhookMethod · 0.95

Tested by

no test coverage detected