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

Function iadd

crates/vm/src/stdlib/_operator.rs:240–242  ·  view source on GitHub ↗
(a: PyObjectRef, b: PyObjectRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

238
239 #[pyfunction]
240 fn iadd(a: PyObjectRef, b: PyObjectRef, vm: &VirtualMachine) -> PyResult {
241 vm._iadd(&a, &b)
242 }
243
244 #[pyfunction]
245 fn iand(a: PyObjectRef, b: PyObjectRef, vm: &VirtualMachine) -> PyResult {

Callers

nothing calls this directly

Calls 1

_iaddMethod · 0.80

Tested by

no test coverage detected