MCPcopy Create free account
hub / github.com/Open-Quant/openquant / _read_config

Function _read_config

experiments/run_pipeline.py:20–22  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

18
19
20def _read_config(path: Path) -> dict:
21 with path.open("rb") as f:
22 return tomllib.load(f)
23
24
25def _git_sha(repo_root: Path) -> str:

Callers 2

runFunction · 0.85
run_gridFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected