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

Method toggle_elbow

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

Source from the content-addressed store, hash-verified

918 self._end_wire(commit=False)
919
920 def toggle_elbow(self):
921 self._wire_h_first = not self._wire_h_first
922 self._refresh_preview(self._last_cursor)
923
924 def _end_wire(self, *, commit: bool):
925 if self._wire_preview is not None:

Callers 1

keyPressEventMethod · 0.80

Calls 1

_refresh_previewMethod · 0.95

Tested by

no test coverage detected