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

Method __or__

crates/vm/src/builtins/genericalias.rs:290–292  ·  view source on GitHub ↗
(zelf: PyObjectRef, other: PyObjectRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

288 }
289
290 fn __or__(zelf: PyObjectRef, other: PyObjectRef, vm: &VirtualMachine) -> PyResult {
291 type_::or_(zelf, other, vm)
292 }
293}
294
295pub(crate) fn make_parameters(args: &Py<PyTuple>, vm: &VirtualMachine) -> PyTupleRef {

Callers

nothing calls this directly

Calls 1

or_Function · 0.70

Tested by

no test coverage detected