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

Method cpp_output_args

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

Source from the content-addressed store, hash-verified

364 return self.substitute(self.cpp_read, prefix=prefix)
365
366 def cpp_output_args(self, prefix: Optional[str] = None) -> List[str]:
367 return [
368 '&{prefix}{n}'.format(prefix=prefix, n=n) for t, n in self.cparams
369 ]
370
371 def output_declarations(self, prefix: Optional[str] = None) -> List[str]:
372 return [

Callers 1

get_argsMethod · 0.80

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected