Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ store
Method
store
Lib/test/test_compile.py:1460–1464 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1458
check_op_count(load,
"BINARY_OP"
, 4)
1459
1460
def
store():
1461
x[a:b] = y
1462
x [a:] = y
1463
x[:b] = y
1464
x[:] = y
1465
1466
check_op_count(store,
"STORE_SLICE"
, 3)
1467
check_op_count(store,
"BUILD_SLICE"
, 0)
Callers
1
test_bracket_flags
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected