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

Function _checkTitle

SLiCAP/SLiCAPkicad.py:32–34  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

30 return field
31
32def _checkTitle(title):
33 title = '"' + title + '"'
34 return title.replace('""', '"')
35
36def _parseKiCADnetlist(kicad_sch, kicadPath='', language="SLICAP"):
37 fileName = '.'.join(kicad_sch.split('.')[0:-1])

Callers 1

_parseKiCADnetlistlinesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected