Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ borrow
Method
borrow
crates/vm/src/protocol/iter.rs:89–91 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
87
{
88
#[inline(always)]
89
fn borrow(&self) -> &PyObject {
90
self.0.borrow()
91
}
92
}
93
94
impl<O> AsRef<PyObject> for PyIter<O>
Callers
7
traverse
Method · 0.45
next
Method · 0.45
iter
Method · 0.45
iter_without_hint
Method · 0.45
as_ref
Method · 0.45
deref
Method · 0.45
_trace_event_inner
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected