Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SLiCAP/SLiCAP_python
/ finish_wire
Method
finish_wire
SLiCAP/schematic/canvas.py:914–915 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
912
self.wire_mode_started.emit()
913
914
def
finish_wire(self):
915
self._end_wire(commit=True)
916
917
def
cancel_wire(self):
918
self._end_wire(commit=False)
Callers
1
keyPressEvent
Method · 0.80
Calls
1
_end_wire
Method · 0.95
Tested by
no test coverage detected