MCPcopy 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
48def resolve_nets(

Callers 3

resolve_netsFunction · 0.80
_sync_port_net_namesMethod · 0.80
_wires_on_same_netMethod · 0.80

Calls 1

findMethod · 0.95

Tested by

no test coverage detected