(self, parent, params)
| 24 | error_signal = pyqtSignal(str) |
| 25 | |
| 26 | def __init__(self, parent, params): |
| 27 | super().__init__(parent) |
| 28 | self.params = params |
| 29 | |
| 30 | def run(self): |
| 31 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected