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

Method __args__

crates/vm/src/builtins/genericalias.rs:199–201  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

197
198 #[pygetset]
199 fn __args__(&self) -> PyObjectRef {
200 self.args.clone().into()
201 }
202
203 #[pygetset]
204 fn __origin__(&self) -> PyObjectRef {

Callers 1

cmpMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected