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

Method __init__

SLiCAP/schematic/symbol_library.py:303–305  ·  view source on GitHub ↗
(self, svg_path: Path)

Source from the content-addressed store, hash-verified

301 """
302
303 def __init__(self, svg_path: Path):
304 self._symbols: dict[str, Symbol] = {}
305 self._load_bundle(svg_path)
306
307 # ── loading ───────────────────────────────────────────────────────────────
308

Callers

nothing calls this directly

Calls 1

_load_bundleMethod · 0.95

Tested by

no test coverage detected