MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / _removeParenthesis

Function _removeParenthesis

SLiCAP/SLiCAPkicad.py:25–30  ·  view source on GitHub ↗
(field)

Source from the content-addressed store, hash-verified

23 self.cmd = ""
24
25def _removeParenthesis(field):
26 while field[0] == "(":
27 field = field[1:]
28 while field[-1] == ")":
29 field = field[:-1]
30 return field
31
32def _checkTitle(title):
33 title = '"' + title + '"'

Callers 1

_parseKiCADnetlistlinesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected