Home
last modified time | relevance | path

Searched refs:_line_offset (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Ddis.py702 self._line_offset = 0
705 self._line_offset = first_line - co.co_firstlineno
719 line_offset=self._line_offset,
753 line_offset=self._line_offset,
/third_party/python/Lib/test/
H A Dtest_dis.py1308 _line_offset = outer.__code__.co_firstlineno - 1 variable
1310 expected_f_line = code_object_f.co_firstlineno - _line_offset
1312 expected_inner_line = code_object_inner.co_firstlineno - _line_offset

Completed in 4 milliseconds