Home
last modified time | relevance | path

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

/zcbor-latest/zcbor/
Dzcbor.py176 def ternary_if_chain(access, names, xcode_strings): argument
180 xcode_strings[0],
182 ternary_if_chain(access, names[1:], xcode_strings[1:]) if len(names) > 1 else "false")