MCPcopy 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

Calls

no outgoing calls

Tested by 2