(qt_support_mode)
| 2806 | |
| 2807 | |
| 2808 | def 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 | |
| 2814 | def start_dump_threads_thread(filename_template, timeout, recurrent): |
no outgoing calls
no test coverage detected