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