Searched refs:sum_with_constructors (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Parser/ |
D | asdl_c.py | 112 self.sum_with_constructors(sum, name, depth) 125 def sum_with_constructors(self, sum, name, depth): member in TypeDefVisitor 150 self.sum_with_constructors(sum, name, depth) 152 def sum_with_constructors(self, sum, name, depth): member in StructVisitor
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | asdl_c.py | 209 self.sum_with_constructors(sum, name, depth) 222 def sum_with_constructors(self, sum, name, depth): member in TypeDefVisitor 273 self.sum_with_constructors(sum, name, depth) 275 def sum_with_constructors(self, sum, name, depth): member in StructVisitor
|