MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / template_var

Function template_var

tools/api.py:406–407  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

404
405
406def template_var(s: str) -> str:
407 return '${' + s + '}'
408
409
410def to_template_vars(params: List[Union[Any, Parameter]]) -> str:

Callers 2

to_template_varsFunction · 0.85
methodMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected