Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ load
Method
load
Lib/test/test_compile.py:1452–1453 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1450
self.assertEqual(all_consts, expected)
1451
1452
def
load():
1453
return
x[a:b] + x [a:] + x[:b] + x[:]
1454
1455
check_op_count(load,
"BINARY_SLICE"
, 3)
1456
check_op_count(load,
"BUILD_SLICE"
, 0)
Callers
15
test_marshal
Function · 0.45
loads
Method · 0.45
loads
Method · 0.45
loads
Method · 0.45
check
Method · 0.45
test_unpickler_super
Method · 0.45
test_unpickler_instance_attribute
Method · 0.45
test_unpickler_super_instance_attribute
Method · 0.45
test_concurrent_unpickler_load
Method · 0.45
test_concurrent_unpickler_load_and_init
Method · 0.45
check_unpickler
Method · 0.45
test_unpickler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected