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

Method __or__

crates/vm/src/builtins/union.rs:164–166  ·  view source on GitHub ↗
(zelf: PyObjectRef, other: PyObjectRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

162 }
163
164 fn __or__(zelf: PyObjectRef, other: PyObjectRef, vm: &VirtualMachine) -> PyResult {
165 type_::or_(zelf, other, vm)
166 }
167
168 #[pymethod]
169 fn __mro_entries__(zelf: PyRef<Self>, _args: PyObjectRef, vm: &VirtualMachine) -> PyResult {

Callers

nothing calls this directly

Calls 1

or_Function · 0.70

Tested by

no test coverage detected