Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ borrow
Method
borrow
crates/vm/src/object/ext.rs:86–88 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
84
impl<T: PyPayload> Borrow<PyObject> for PyExact<T> {
85
#[inline(always)]
86
fn borrow(&self) -> &PyObject {
87
self.inner.borrow()
88
}
89
}
90
91
impl<T: PyPayload> AsRef<PyObject> for PyExact<T> {
Callers
15
_cls_is
Method · 0.45
identical_optimization
Method · 0.45
getprofile
Function · 0.45
_getframe
Function · 0.45
_getframemodulename
Function · 0.45
gettrace
Function · 0.45
update_use_tracing
Function · 0.45
get_asyncgen_hooks
Function · 0.45
update_code_filenames
Function · 0.45
get_referrers
Function · 0.45
getsignal
Function · 0.45
update_events_mask
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected