Searched refs:line_concat (Results 1 – 1 of 1) sorted by relevance
741 def WrapCode(line, line_concat, output): argument744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line755 output.append(prefix + seg[:split_at].strip() + line_concat)763 output.append(prefix + cur_line.rstrip() + line_concat)