Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/questdb/questdb
/ load_yaml
Function
load_yaml
compat/src/test/python/common.py:29–31 ·
view source on GitHub ↗
(file_path)
Source
from the content-addressed store, hash-verified
27
28
29
def
load_yaml(file_path):
30
with
open(file_path,
'r'
)
as
file:
31
return
yaml.safe_load(file)
32
33
34
def
substitute_variables(text, variables):
Callers
3
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…