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

Method cname

tools/api.py:1030–1031  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

1028 cpp_type_map[cpptype] = name
1029
1030 def cname(self, name: str) -> str:
1031 return self.ctype + '_' + name
1032
1033 def substitute(self, s: str, **kwargs) -> str:
1034 return Template(s).safe_substitute(name=self.name,

Callers 7

constructorMethod · 0.95
methodMethod · 0.95
functionMethod · 0.95
constructorMethod · 0.80
virtualMethod · 0.80
generate_functionMethod · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected