Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ borrow
Method
borrow
crates/vm/src/builtins/set.rs:1305–1307 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1303
impl Borrow<PyObject> for AnySet {
1304
#[inline(always)]
1305
fn borrow(&self) -> &PyObject {
1306
&self.object
1307
}
1308
}
1309
1310
impl AnySet {
Callers
3
init_hooks
Method · 0.45
f_back
Method · 0.45
fast_issubclass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected