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

Function load_test

Lib/test/test_dis.py:910–912  ·  view source on GitHub ↗
(x, y=0)

Source from the content-addressed store, hash-verified

908)
909
910def load_test(x, y=0):
911 a, b = x, y
912 return a, b
913
914dis_load_test_quickened_code = """\
915%3d RESUME_CHECK{: <6} 0

Callers 2

loop_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…