Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
def
_read_config(path: Path) -> dict:
21
with
path.open(
"rb"
)
as
f:
22
return
tomllib.load(f)
23
24
25
def
_git_sha(repo_root: Path) -> str:
Callers
2
run
Function · 0.85
run_grid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected