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

Method cpp_arg

tools/api.py:363–364  ·  view source on GitHub ↗
(self, prefix: Optional[str] = None)

Source from the content-addressed store, hash-verified

361 return self.substitute('${cpptype} ${name}', prefix=prefix)
362
363 def cpp_arg(self, prefix: Optional[str] = None) -> str:
364 return self.substitute(self.cpp_read, prefix=prefix)
365
366 def cpp_output_args(self, prefix: Optional[str] = None) -> List[str]:
367 return [

Callers 1

get_argsMethod · 0.80

Calls 1

substituteMethod · 0.95

Tested by

no test coverage detected