MCPcopy Index your code
hub / github.com/RustPython/RustPython / union.rs

File union.rs

crates/vm/src/builtins/union.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::{genericalias, type_};
2use crate::common::lock::LazyLock;
3use crate::{
4 AsObject, Context, Py, PyObject, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected