MCPcopy 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_sliceMethod · 0.45
inner_indicesMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected