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

Method clear_history

SLiCAP/schematic/canvas.py:1017–1019  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1015 self._redo_stack = redo_save
1016
1017 def clear_history(self) -> None:
1018 self._undo_stack.clear()
1019 self._redo_stack.clear()
1020
1021 # ── wire splitting ────────────────────────────────────────────────────────
1022

Callers 2

_on_newMethod · 0.80
_load_fileMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected