Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
cmp
Method · 0.45
getattro
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected