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

Method get_params

SLiCAP/schematic/parameter_dialog.py:323–324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

321 # ── result accessors ──────────────────────────────────────────────────────
322
323 def get_params(self) -> list:
324 return self._current_params()
325
326 def preamble_path(self) -> str:
327 return self._preamble_edit.text()

Callers 1

_on_place_parametersMethod · 0.95

Calls 1

_current_paramsMethod · 0.95

Tested by

no test coverage detected