Lines Matching refs:first_line
330 def get_instructions(x, *, first_line=None, show_caches=False, adaptive=False):
336 If *first_line* is not None, it indicates the line number that should
343 if first_line is not None:
344 line_offset = first_line - co.co_firstlineno
698 def __init__(self, x, *, first_line=None, current_offset=None, show_caches=False, adaptive=False):
700 if first_line is None:
701 self.first_line = co.co_firstlineno
704 self.first_line = first_line
705 self._line_offset = first_line - co.co_firstlineno