| D | test_sys_settrace.py | 358 self.compare_events(func.__code__.co_firstlineno, 368 self.compare_events(func.__code__.co_firstlineno, 425 self.compare_events(generator_example.__code__.co_firstlineno, 607 self.compare_events(doit_async.__code__.co_firstlineno, 1223 frame.f_lineno == f.__code__.co_firstlineno + 2): 1270 self.code = function.__code__ 2061 __code__ = code variable in JumpTestCase.test_jump_to_firstlineno.fake_function
|