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

Method disable_tk

pydev_ipython/inputhook.py:322–327  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

320 return app
321
322 def disable_tk(self):
323 """Disable event loop integration with Tkinter.
324
325 This merely sets PyOS_InputHook to NULL.
326 """
327 self.clear_inputhook()
328
329 def enable_glut(self, app=None):
330 """Enable event loop integration with GLUT.

Callers

nothing calls this directly

Calls 1

clear_inputhookMethod · 0.95

Tested by

no test coverage detected