Searched refs:to_dict (Results 1 – 2 of 2) sorted by relevance
111 def to_dict(self): member in ArrayDecl121 res = self.type.to_dict()128 ('type', self.type.to_dict()),155 def to_dict(self): member in Constant185 def to_dict(self): member in Decl206 bitsize = self.bitsize.to_dict()212 ('type', self.type.to_dict()),219 ('type', self.type.to_dict()),223 res = self.type.to_dict()227 res = self.type.to_dict()[all …]
192 print(json.dumps(ast.to_dict(), indent=4))200 f.write(json.dumps(ast.to_dict(), indent=4))