Searched refs:is_cbor (Results 1 – 1 of 1) sorted by relevance
1112 def is_cbor(self): member in CddlXcoder1114 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 CodeGenerator1782 (self.type != "OTHER") or self.my_types[self.value].is_cbor())