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

Method _clear_preamble

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

Source from the content-addressed store, hash-verified

252 self._mark_dirty()
253
254 def _clear_preamble(self) -> None:
255 self._preamble_edit.clear()
256 self._mark_dirty()
257
258 # ── render / preview ──────────────────────────────────────────────────────
259

Callers

nothing calls this directly

Calls 2

_mark_dirtyMethod · 0.95
clearMethod · 0.80

Tested by

no test coverage detected