Lines Matching refs:__code__
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 + 1,
140 bug708901.__code__.co_firstlineno + 3,
141 bug708901.__code__.co_firstlineno + 1)
163 """ % (bug1333982.__code__.co_firstlineno + 1,
165 bug1333982.__code__.co_firstlineno + 1,
166 bug1333982.__code__.co_firstlineno + 2,
167 bug1333982.__code__.co_firstlineno + 1)
175 bug42562.__code__ = bug42562.__code__.replace(co_linetable=b'\x04\x80')
365 """ % (_fstring.__code__.co_firstlineno + 1,)
393 """ % (_tryfinally.__code__.co_firstlineno + 1,
394 _tryfinally.__code__.co_firstlineno + 2,
395 _tryfinally.__code__.co_firstlineno + 4,
412 """ % (_tryfinallyconst.__code__.co_firstlineno + 1,
413 _tryfinallyconst.__code__.co_firstlineno + 2,
414 _tryfinallyconst.__code__.co_firstlineno + 4,
443 """ % (_h.__code__.co_firstlineno + 1,
445 _h.__code__.co_firstlineno + 1,
446 _h.__code__.co_firstlineno + 4,
462 _h.__code__.co_firstlineno + 1,
463 _h.__code__.co_firstlineno + 3,
465 _h.__code__.co_firstlineno + 3,
482 _h.__code__.co_firstlineno + 3,
483 _h.__code__.co_firstlineno + 3,
617 self.do_disassembly_test(_f.__code__.co_code, dis_f_co_code)
626 method_bytecode = _C(1).__init__.__code__.co_code
772 co_tricky_nested_f = tricky.__func__.__code__.co_consts[1]
940 _line_offset = outer.__code__.co_firstlineno - 1
941 code_object_f = outer.__code__.co_consts[3]
1153 …e=100, arg=0, argval=None, argrepr='None', offset=0, starts_line=simple.__code__.co_firstlineno, i…
1198 for obj in [_f, _C(1).__init__, "a=1", _f.__code__]:
1206 for obj in [_f, _C(1).__init__, "a=1", _f.__code__]:
1220 expected = str(simple.__code__.co_firstlineno)