Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenBMB/ChatDev
/ read_yaml
Function
read_yaml
utils/io_utils.py:4–6 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
2
import
yaml
3
4
def
read_yaml(path) -> Dict[str, Any]:
5
with
open(path, mode=
"r"
, encoding=
"utf-8"
)
as
f:
6
return
yaml.load(f, Loader=yaml.FullLoader)
Callers
4
main
Function · 0.90
load_config
Function · 0.90
main
Function · 0.90
_load_graph_dict
Function · 0.90
Calls
1
load
Method · 0.45
Tested by
no test coverage detected