MCPcopy 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
24def read_yaml(path: Path) -> dict:
25 return yaml.safe_load(path.read_text(encoding="utf-8"))
26
27
28def test_resolve_slug_channels() -> None:

Calls

no outgoing calls

Tested by

no test coverage detected