Note: only called when using the DAP (Debug Adapter Protocol).
(self)
| 897 | self._py_db_command_thread_event.wait(TIMEOUT_FAST) |
| 898 | |
| 899 | def on_initialize(self): |
| 900 | """ |
| 901 | Note: only called when using the DAP (Debug Adapter Protocol). |
| 902 | """ |
| 903 | self._on_configuration_done_event.clear() |
| 904 | |
| 905 | def on_configuration_done(self): |
| 906 | """ |
no test coverage detected