Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ read_yaml
Function
read_yaml
tasks/scripts/sync_docs_website_test.py:24–25 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
22
23
24
def
read_yaml(path: Path) -> dict:
25
return
yaml.safe_load(path.read_text(encoding=
"utf-8"
))
26
27
28
def
test_resolve_slug_channels() -> None:
Callers
2
test_sync_docs_creates_snapshot
Function · 0.70
test_remove_docs_drops_snapshot
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected