Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_size
Method · 0.80
_load_scene
Function · 0.80
_load_pdf
Method · 0.80
print_scene
Function · 0.80
_on_new
Method · 0.80
_load_file
Method · 0.80
_activate_context
Method · 0.80
Calls
1
from_json
Method · 0.80
Tested by
no test coverage detected