Home
last modified time | relevance | path

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

/lvgl-latest/scripts/gen_json/
Dpycparser_monkeypatch.py111 def to_dict(self): member in ArrayDecl
121 res = self.type.to_dict()
128 ('type', self.type.to_dict()),
155 def to_dict(self): member in Constant
185 def to_dict(self): member in Decl
206 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 …]
Dgen_json.py192 print(json.dumps(ast.to_dict(), indent=4))
200 f.write(json.dumps(ast.to_dict(), indent=4))