MCPcopy
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
29def load_yaml(file_path):
30 with open(file_path, 'r') as file:
31 return yaml.safe_load(file)
32
33
34def substitute_variables(text, variables):

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 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…