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

Method start_wire_mode

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

Source from the content-addressed store, hash-verified

906 # ── wiring ────────────────────────────────────────────────────────────────
907
908 def start_wire_mode(self):
909 self._cancel_placement()
910 self._mode = _Mode.WIRING
911 self._wire_points = []
912 self.wire_mode_started.emit()
913
914 def finish_wire(self):
915 self._end_wire(commit=True)

Callers 1

_build_place_menuMethod · 0.80

Calls 1

_cancel_placementMethod · 0.95

Tested by

no test coverage detected