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

Class _KiCADcomponent

SLiCAP/SLiCAPkicad.py:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import sympy as sp
15
16class _KiCADcomponent(object):
17 def __init__(self):
18 self.refDes = ""
19 self.nodes = {}
20 self.refs = []
21 self.model = ""
22 self.params = {}
23 self.cmd = ""
24
25def _removeParenthesis(field):
26 while field[0] == "(":

Callers 1

_parseKiCADnetlistlinesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected