MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / param_to_string_in_definition

Function param_to_string_in_definition

generate_code.py:39–41  ·  view source on GitHub ↗
(param: Dict[str, str])

Source from the content-addressed store, hash-verified

37
38
39def param_to_string_in_definition(param: Dict[str, str]) -> str:
40 ret = param['type'] + ' ' + param['name']
41 return ret
42
43
44def get_param(elem: dict) -> Dict[str, str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected