(self)
| 143 | # ── result accessors ────────────────────────────────────────────────────── |
| 144 | |
| 145 | def image_path(self) -> str: |
| 146 | return self._path_edit.text().strip() |
| 147 | |
| 148 | def image_width(self) -> int: |
| 149 | if self._natural_w: |
no test coverage detected