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

Method __or__

crates/vm/src/builtins/mappingproxy.rs:201–203  ·  view source on GitHub ↗
(&self, args: PyObjectRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

199 }
200
201 fn __or__(&self, args: PyObjectRef, vm: &VirtualMachine) -> PyResult {
202 vm._or(self.copy(vm)?.as_ref(), args.as_ref())
203 }
204}
205
206impl Comparable for PyMappingProxy {

Callers 1

as_numberMethod · 0.45

Calls 2

as_refMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected