MCPcopy 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.
2use 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