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

Method get_function_params

tools/api.py:561–565  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

559 self.method = method
560
561 def get_function_params(self) -> List[Union[Any, Parameter]]:
562 if self.method:
563 return self.function.params[1:]
564 else:
565 return self.function.params
566
567 def get_args(self) -> str:
568 output_args = []

Callers 2

get_argsMethod · 0.95
get_paramsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected