Searched refs:reflow_c_string (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Parser/ |
H A D | asdl_c.py | 71 def reflow_c_string(s, depth): function 1130 self.emit('%s);' % reflow_c_string(asdl_of(name, prod), 2), 2, reflow=False) 1143 self.emit('%s);' % reflow_c_string(asdl_of(name, sum), 2), 2, reflow=False) 1162 self.emit('%s);' % reflow_c_string(asdl_of(cons.name, cons), 2), 2, reflow=False)
|
Completed in 2 milliseconds