Home
last modified time | relevance | path

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

/zcbor-3.7.0/zcbor/
Dzcbor.py1112 def is_cbor(self): member in CddlXcoder
1114 and ((self.type != "OTHER") or (self.my_types[self.value].is_cbor()))
1118 return (self.cbor is not None) and self.cbor.is_cbor()
1780 def is_cbor(self): member in CodeGenerator
1782 (self.type != "OTHER") or self.my_types[self.value].is_cbor())