Home
last modified time | relevance | path

Searched refs:xcode_args (Results 1 – 1 of 1) sorted by relevance

/zcbor-latest/zcbor/
Dzcbor.py148 def xcode_args(res, *sargs): function
162 return "(%s(%s))" % (func, xcode_args(*sargs, **kwargs))
2600 (self.present_var_access(), func, xcode_args(*arguments),))
2612 xcode_args("*" + arg if arg != "NULL" and self.result_len() != "0" else arg),