MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / image_path

Method image_path

SLiCAP/schematic/image_dialog.py:145–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers 2

_on_place_imageMethod · 0.95
mouseDoubleClickEventMethod · 0.80

Calls 1

textMethod · 0.80

Tested by

no test coverage detected