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

Method disable_pyglet

pydev_ipython/inputhook.py:415–420  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

413 return app
414
415 def disable_pyglet(self):
416 """Disable event loop integration with pyglet.
417
418 This merely sets PyOS_InputHook to NULL.
419 """
420 self.clear_inputhook()
421
422 def enable_gtk3(self, app=None):
423 """Enable event loop integration with Gtk3 (gir bindings).

Callers

nothing calls this directly

Calls 1

clear_inputhookMethod · 0.95

Tested by

no test coverage detected