Lines Matching refs:reflow
119 def emit(self, s, depth, reflow=True): argument
121 if reflow:
187 } asdl_%(name)s_seq;""" % locals(), reflow=False, depth=depth)
343 def emit(s, depth=0, reflow=True): argument
344 self.emit(s, depth, reflow)
361 2, reflow=False)
377 def emit(s, depth=0, reflow=True): argument
378 self.emit(s, depth, reflow)
386 def emit(s, depth=0, reflow=True): argument
387 self.emit(s, depth, reflow)
427 …f.emit('if (Py_EnterRecursiveCall(" while traversing \'%s\' node")) {' % node, level, reflow=False)
446 self.emit(format % error, 1, reflow=False)
573 self.emit(format % message, depth+1, reflow=False)
595 depth+2, reflow=False)
610 field.type, depth+2, reflow=False)
617 depth+3, reflow=False)
1028 """, 0, reflow=False)
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)
1166 """.strip(), 0, reflow=False)
1190 self.emit(self.CODE, 0, reflow=False)
1296 depth+2, reflow=False)
1301 self.emit("value = ast2obj_%s(state, %s);" % (field.type, value), depth, reflow=False)