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

Function set_inner_number_or

crates/vm/src/builtins/dict.rs:1434–1436  ·  view source on GitHub ↗
(a: &PyObject, b: &PyObject, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

1432}
1433
1434fn set_inner_number_or(a: &PyObject, b: &PyObject, vm: &VirtualMachine) -> PyResult {
1435 set_inner_number_op(a, b, |a, b| a.union(b, vm), vm)
1436}
1437
1438fn vectorcall_dict(
1439 zelf_obj: &PyObject,

Callers

nothing calls this directly

Calls 2

set_inner_number_opFunction · 0.85
unionMethod · 0.45

Tested by

no test coverage detected