Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ deref
Method
deref
crates/vm/src/object/ext.rs:79–81 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
77
78
#[inline(always)]
79
fn deref(&self) -> &Py<T> {
80
&self.inner
81
}
82
}
83
84
impl<T: PyPayload> Borrow<PyObject> for PyExact<T> {
Callers
nothing calls this directly
Calls
3
deref_ordering
Method · 0.80
as_ref
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected