Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SLiCAP/SLiCAP_python
/ _node
Function
_node
SLiCAP/schematic/netlist.py:29–30 ·
view source on GitHub ↗
(comp, lx: float, ly: float)
Source
from the content-addressed store, hash-verified
27
net_map = resolve_nets(components, wires)
28
29
def
_node(comp, lx: float, ly: float) -> str:
30
return
net_map.get(_rpt(comp.mapToScene(QPointF(lx, ly))),
"?"
)
31
32
return
_node
33
Callers
nothing calls this directly
Calls
1
_rpt
Function · 0.85
Tested by
no test coverage detected