Home | History | Annotate | Download | only in python2.7

Lines Matching full:num_lines

1394     def _make_line(lines, format_key, side, num_lines=[0,0]):
1407 side -- indice into the num_lines list (0=from,1=to)
1408 num_lines -- from/to current line number. This is NOT intended to be a
1417 num_lines[side] += 1
1421 return (num_lines[side],lines.pop(0)[2:])
1448 return (num_lines[side],text)