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

Function run

tools/api.py:1285–1286  ·  view source on GitHub ↗
(path: Union[Path, str])

Source from the content-addressed store, hash-verified

1283
1284
1285def run(path: Union[Path, str]) -> str:
1286 return template_eval(open(path).read())
1287
1288
1289if __name__ == "__main__":

Callers 1

api.pyFile · 0.70

Calls 2

template_evalFunction · 0.70
readMethod · 0.45

Tested by

no test coverage detected