Lines Matching refs:f_lineno
320 self.events.append((frame.f_lineno, event))
326 self.events.append((frame.f_lineno, event))
1743 frame.f_lineno == f.__code__.co_firstlineno + 2):
1795 # 'Jump' tests: assigning to frame.f_lineno within a trace function
1820 self.firstLine = frame.f_lineno - 1
1822 frame.f_lineno == self.firstLine + self.jumpFrom):
1830 frame.f_lineno = self.firstLine + self.jumpTo
1832 frame.f_lineno = self.jumpTo
1843 # This verifies that you can't set f_lineno via _getframe or similar
1848 previous_frame.f_lineno = previous_frame.f_lineno