MCPcopy 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

1303impl Borrow<PyObject> for AnySet {
1304 #[inline(always)]
1305 fn borrow(&self) -> &PyObject {
1306 &self.object
1307 }
1308}
1309
1310impl AnySet {

Callers 3

init_hooksMethod · 0.45
f_backMethod · 0.45
fast_issubclassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected