MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / preamble_path

Method preamble_path

SLiCAP/schematic/model_dialog.py:371–372  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

369 return self._current_params()
370
371 def preamble_path(self) -> str:
372 return self._preamble_edit.text()
373
374 def svg_bytes(self) -> bytes | None:
375 return self._svg_bytes

Callers 2

mouseDoubleClickEventMethod · 0.45

Calls 1

textMethod · 0.80

Tested by

no test coverage detected