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

Function reload

SLiCAP/schematic/config.py:176–179  ·  view source on GitHub ↗

Re-read the current sources (global + current schematic .ini) and apply.

()

Source from the content-addressed store, hash-verified

174
175
176def reload() -> None:
177 """Re-read the current sources (global + current schematic .ini) and apply."""
178 from . import project
179 load(project.ini_path())
180
181
182def apply_parser(cfg) -> None:

Callers

nothing calls this directly

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected