D | test_sys_settrace.py | 324 self.compare_events(func.__code__.co_firstlineno, 334 self.compare_events(func.__code__.co_firstlineno, 387 self.compare_events(generator_example.__code__.co_firstlineno, 534 frame.f_lineno == f.__code__.co_firstlineno + 2): 581 self.code = function.__code__ 1287 __code__ = code variable in JumpTestCase.test_jump_to_firstlineno.fake_function
|