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

Method disable_qt6

pydev_ipython/inputhook.py:257–260  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255 return app
256
257 def disable_qt6(self):
258 if GUI_QT6 in self._apps:
259 self._apps[GUI_QT6]._in_event_loop = False
260 self.clear_inputhook()
261
262 def enable_gtk(self, app=None):
263 """Enable event loop integration with PyGTK.

Callers

nothing calls this directly

Calls 1

clear_inputhookMethod · 0.95

Tested by

no test coverage detected