Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
910
def
load_test(x, y=0):
911
a, b = x, y
912
return
a, b
913
914
dis_load_test_quickened_code =
""
"\
915
%3d RESUME_CHECK{: <6} 0
Callers
2
loop_test
Function · 0.85
test_super_instructions
Method · 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…