Home | History | Annotate | Download | only in test

Lines Matching refs:co_firstlineno

48 """ % (_C.__init__.__code__.co_firstlineno + 1,)
68 """ % (_C.cm.__code__.co_firstlineno + 2,)
77 """ % (_C.sm.__code__.co_firstlineno + 2,)
103 """ % (_f.__code__.co_firstlineno + 1,
104 _f.__code__.co_firstlineno + 2)
137 """ % (bug708901.__code__.co_firstlineno + 1,
138 bug708901.__code__.co_firstlineno + 2,
139 bug708901.__code__.co_firstlineno + 3)
165 """ % (bug1333982.__code__.co_firstlineno + 1,
167 bug1333982.__code__.co_firstlineno + 1,
168 bug1333982.__code__.co_firstlineno + 2,
169 bug1333982.__code__.co_firstlineno + 3)
308 """ % (TRACEBACK_CODE.co_firstlineno + 1,
309 TRACEBACK_CODE.co_firstlineno + 2,
310 TRACEBACK_CODE.co_firstlineno + 3,
311 TRACEBACK_CODE.co_firstlineno + 4,
312 TRACEBACK_CODE.co_firstlineno + 5)
333 """ % (_fstring.__code__.co_firstlineno + 1,)
361 """ % (_h.__code__.co_firstlineno + 1,
363 _h.__code__.co_firstlineno + 1,
364 _h.__code__.co_firstlineno + 4,
380 _h.__code__.co_firstlineno + 1,
381 _h.__code__.co_firstlineno + 3,
383 _h.__code__.co_firstlineno + 3,
400 _h.__code__.co_firstlineno + 3,
401 _h.__code__.co_firstlineno + 3,
829 _line_offset = outer.__code__.co_firstlineno - 1
831 expected_f_line = code_object_f.co_firstlineno - _line_offset
833 expected_inner_line = code_object_inner.co_firstlineno - _line_offset
1018 Instruction(opname='LOAD_CONST', opcode=100, arg=0, argval=None, argrepr='None', offset=0, starts_line=simple.__code__.co_firstlineno, is_jump_target=False),
1080 expected = str(simple.__code__.co_firstlineno)