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

Method __origin__

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

Source from the content-addressed store, hash-verified

202
203 #[pygetset]
204 fn __origin__(&self) -> PyObjectRef {
205 self.origin.clone()
206 }
207
208 #[pygetset]
209 const fn __unpacked__(&self) -> bool {

Callers 3

__dir__Method · 0.45
cmpMethod · 0.45
getattroMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected