Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ deref
Method
deref
crates/vm/src/protocol/iter.rs:111–113 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
109
110
#[inline(always)]
111
fn deref(&self) -> &Self::Target {
112
self.0.borrow()
113
}
114
}
115
116
impl ToPyObject for PyIter<PyObjectRef> {
Callers
nothing calls this directly
Calls
1
borrow
Method · 0.45
Tested by
no test coverage detected