Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ sliceable.rs
File
sliceable.rs
crates/vm/src/sliceable.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// export through sliceable module, not slice.
2
use crate::{
3
PyObject, PyResult, VirtualMachine,
4
builtins::{int::PyInt, slice::PySlice},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected