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