Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ load
Method
load
Lib/test/test_compile.py:1464–1465 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1462
self.assertEqual(all_consts, expected)
1463
1464
def
load():
1465
return
x[a:b] + x [a:] + x[:b] + x[:]
1466
1467
check_op_count(load,
"BINARY_SLICE"
, 3)
1468
check_op_count(load,
"BUILD_SLICE"
, 0)
Callers
15
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
test_lwp_valueless_cookie
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected