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

Method add_param

tools/api.py:157–158  ·  view source on GitHub ↗
(self, type: str, pname: str)

Source from the content-addressed store, hash-verified

155 self.va_end: List[str] = []
156
157 def add_param(self, type: str, pname: str) -> None:
158 self.params.append('{} {}'.format(type, pname))
159
160 def add_statement(self, stmt: str) -> None:
161 self.body.append(stmt)

Callers 6

add_vlistMethod · 0.95
add_to_cfunctionMethod · 0.45
handle_wrapFunction · 0.45
vector_c_wrapFunction · 0.45
string_c_wrapFunction · 0.45
shape_type_wrapFunction · 0.45

Calls 2

appendMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected