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

Lines Matching full:f_lineno

154                 or frame.f_lineno<= 0):
705 self.curframe.f_lineno = arg
801 first = max(1, self.curframe.f_lineno - 5)
820 if lineno == self.curframe.f_lineno: