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

Method load

SLiCAP/schematic/schematic_data.py:558–559  ·  view source on GitHub ↗
(cls, path: Path)

Source from the content-addressed store, hash-verified

556
557 @classmethod
558 def load(cls, path: Path) -> SchematicData:
559 return cls.from_json(path.read_text(encoding="utf-8"))

Callers 7

_load_natural_sizeMethod · 0.80
_load_sceneFunction · 0.80
_load_pdfMethod · 0.80
print_sceneFunction · 0.80
_on_newMethod · 0.80
_load_fileMethod · 0.80
_activate_contextMethod · 0.80

Calls 1

from_jsonMethod · 0.80

Tested by

no test coverage detected