()
| 925 | load_test.__code__.co_firstlineno + 2) |
| 926 | |
| 927 | def loop_test(): |
| 928 | for i in [1, 2, 3] * 3: |
| 929 | load_test(i) |
| 930 | |
| 931 | dis_loop_test_quickened_code = """\ |
| 932 | %3d RESUME_CHECK{: <6} 0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…