Home
last modified time | relevance | path

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

/zcbor-3.7.0/zcbor/
Dzcbor.py213 self.id_prefix = "temp_" + str(counter())
413 if (self.id_prefix
415 and (self.id_prefix != raw_name.strip("_"))):
431 def set_id_prefix(self, id_prefix=''): argument
432 self.id_prefix = id_prefix