MCPcopy Index your code
hub / github.com/questdb/questdb / substitute_variables

Function substitute_variables

compat/src/test/python/common.py:34–38  ·  view source on GitHub ↗
(text, variables)

Source from the content-addressed store, hash-verified

32
33
34def substitute_variables(text, variables):
35 if text is None:
36 return None
37 template = Template(str(text))
38 return template.safe_substitute(variables)
39
40
41def resolve_parameters(typed_parameters, variables):

Callers 4

execute_stepFunction · 0.85
execute_stepFunction · 0.85
execute_stepFunction · 0.85
resolve_parametersFunction · 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…