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

Function enable_qt_support

pydevd.py:2808–2811  ·  view source on GitHub ↗
(qt_support_mode)

Source from the content-addressed store, hash-verified

2806
2807
2808def enable_qt_support(qt_support_mode):
2809 from _pydev_bundle import pydev_monkey_qt
2810
2811 pydev_monkey_qt.patch_qt(qt_support_mode)
2812
2813
2814def start_dump_threads_thread(filename_template, timeout, recurrent):

Callers 1

apply_debugger_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected