Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ store
Method
store
Lib/test/test_compile.py:1472–1476 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1470
check_op_count(load,
"BINARY_OP"
, 4)
1471
1472
def
store():
1473
x[a:b] = y
1474
x [a:] = y
1475
x[:b] = y
1476
x[:] = y
1477
1478
check_op_count(store,
"STORE_SLICE"
, 3)
1479
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