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

Method __add__

crates/vm/src/builtins/list.rs:214–216  ·  view source on GitHub ↗
(&self, other: PyObjectRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

212 }
213
214 fn __add__(&self, other: PyObjectRef, vm: &VirtualMachine) -> PyResult<PyRef<Self>> {
215 self.concat(&other, vm)
216 }
217
218 fn inplace_concat(
219 zelf: &Py<Self>,

Callers

nothing calls this directly

Calls 1

concatMethod · 0.45

Tested by

no test coverage detected