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

Method __args__

crates/vm/src/builtins/union.rs:126–128  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

124
125 #[pygetset]
126 fn __args__(&self) -> PyObjectRef {
127 self.args.clone().into()
128 }
129
130 #[pymethod]
131 fn __instancecheck__(

Callers 2

__instancecheck__Method · 0.45
__subclasscheck__Method · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected