MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / _auto

Function _auto

SLiCAP/schematic/connectivity.py:111–114  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

109 counter = [1]
110
111 def _auto(root):
112 if root not in root_name:
113 root_name[root] = str(counter[0])
114 counter[0] += 1
115
116 # Priority 1 — ground (net name from params, defaults to "0")
117 for comp in components:

Callers 1

resolve_netsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected