Home
last modified time | relevance | path

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

/zcbor-latest/zcbor/
Dzcbor.py165 def add_semicolon(decl): argument
166 if len(decl) != 0 and decl[-1][-1] != ";":
167 decl[-1] += ";"
168 return decl
1927 decl = [line for child in self.value for line in child.full_declaration()]
1928 return decl
1932 decl = list()
1935 decl.extend(child.single_declaration())
1936 return decl
2085 decl = []
[all …]