Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RightNow-AI/TIDE
/ load
Method
load
python/TIDE/config.py:30–33 ·
view source on GitHub ↗
(cls, path: str | Path)
Source
from the content-addressed store, hash-verified
28
29
@classmethod
30
def
load(cls, path: str | Path) -> TIDEConfig:
31
with
open(path)
as
f:
32
data = yaml.safe_load(f)
33
return
cls(**data)
Callers
3
__init__
Method · 0.45
test_save_load_roundtrip
Method · 0.45
test_calibrate_save_load
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_save_load_roundtrip
Method · 0.36
test_calibrate_save_load
Method · 0.36