MCPcopy Create free account
hub / github.com/cisco/openh264 / gen_args_

Function gen_args_

module/task_utils.py:53–57  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

51 return ", ".join(ret)
52
53def gen_args_(args):
54 ret = []
55 for arg in range(0, args):
56 ret.append("a%d_"%(arg))
57 return ", ".join(ret)
58
59def gen_init(args, r = False, member = False):
60 if member:

Callers 1

generate_class_templateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected