Home | History | Annotate | Download | only in tools

Lines Matching refs:last_line

1709     self.last_line = 0
1715 self.last_line = i
2901 # If we didn't find the end of the class, last_line would be zero,
2903 if (class_info.last_line - class_info.starting_linenum <= 24 or
3200 (last_line, end_line, end_pos) = CloseExpression(
3210 expression += last_line[0:end_pos - 1]