Searched refs:reflow_c_string (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Parser/ |
D | asdl_c.py | 70 def reflow_c_string(s, depth): function 1067 self.emit('%s);' % reflow_c_string(asdl_of(name, prod), 2), 2, reflow=False) 1082 self.emit('%s);' % reflow_c_string(asdl_of(name, sum), 2), 2, reflow=False) 1102 self.emit('%s);' % reflow_c_string(asdl_of(cons.name, cons), 2), 2, reflow=False)
|