Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SLiCAP/SLiCAP_python
/ union
Method
union
SLiCAP/schematic/connectivity.py:42–45 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
40
return
self._p[x]
41
42
def
union(self, a, b):
43
ra, rb = self.find(a), self.find(b)
44
if
ra != rb:
45
self._p[rb] = ra
46
47
48
def
resolve_nets(
Callers
3
resolve_nets
Function · 0.80
_sync_port_net_names
Method · 0.80
_wires_on_same_net
Method · 0.80
Calls
1
find
Method · 0.95
Tested by
no test coverage detected