Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
206
impl Comparable for PyMappingProxy {
Callers
1
as_number
Method · 0.45
Calls
2
as_ref
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected