(self)
| 74 | return self._directive_combo.currentText().lstrip(".") |
| 75 | |
| 76 | def simulator(self) -> str: |
| 77 | return self._sim_combo.currentText() |
| 78 | |
| 79 | def file_path(self) -> str: |
| 80 | return self._file_edit.text().strip() |
no outgoing calls
no test coverage detected