Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stop
Method
stop
crates/vm/src/builtins/slice.rs:107–109 ·
view source on GitHub ↗
(&self, _vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
105
106
#[pygetset]
107
pub(crate) fn stop(&self, _vm: &VirtualMachine) -> PyObjectRef {
108
self.stop.clone()
109
}
110
111
#[pygetset]
112
fn step(&self, vm: &VirtualMachine) -> PyObjectRef {
Callers
2
with_slice
Method · 0.45
inner_indices
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected