MCPcopy Index your code
hub / github.com/python/cpython / loop_test

Function loop_test

Lib/test/test_dis.py:927–929  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

925 load_test.__code__.co_firstlineno + 2)
926
927def loop_test():
928 for i in [1, 2, 3] * 3:
929 load_test(i)
930
931dis_loop_test_quickened_code = """\
932%3d RESUME_CHECK{: <6} 0

Callers

nothing calls this directly

Calls 1

load_testFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…