Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/programthink/zhao
/ _load_yaml
Function
_load_yaml
bin/make.py:16–19 ·
view source on GitHub ↗
(yaml_file)
Source
from the content-addressed store, hash-verified
14
15
16
def
_load_yaml(yaml_file) :
17
print(u
'load: '
+ yaml_file)
18
with
open(yaml_file, u
'r'
)
as
f :
19
return
yaml.load(f.read())
20
21
22
Callers
4
init
Method · 0.85
init
Method · 0.85
init
Method · 0.85
do
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected