MCPcopy Index your code
hub / github.com/RustPython/RustPython / __delitem__

Method __delitem__

crates/vm/src/builtins/list.rs:390–392  ·  view source on GitHub ↗
(&self, subscript: PyObjectRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

388 }
389
390 fn __delitem__(&self, subscript: PyObjectRef, vm: &VirtualMachine) -> PyResult<()> {
391 self._delitem(&subscript, vm)
392 }
393
394 #[pymethod]
395 pub(crate) fn sort(&self, options: SortOptions, vm: &VirtualMachine) -> PyResult<()> {

Callers

nothing calls this directly

Calls 1

_delitemMethod · 0.45

Tested by

no test coverage detected