Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ into_owned
Method
into_owned
crates/vm/src/object/ext.rs:612–614 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
610
impl<T: PyPayload> PyLease<'_, T> {
611
#[inline(always)]
612
pub fn into_owned(self) -> PyRef<T> {
613
self.inner.clone()
614
}
615
}
616
617
impl<T: PyPayload> Borrow<PyObject> for PyLease<'_, T> {
Callers
15
pystr_from_raw_cstr
Function · 0.80
openssl.rs
File · 0.80
selected_alpn_protocol
Method · 0.80
get_addr_tuple
Function · 0.80
getservbyport
Function · 0.80
if_indextoname
Function · 0.80
if_nameindex
Function · 0.80
from_unistd_group
Method · 0.80
do_sub
Function · 0.80
do_findall
Function · 0.80
do_split
Function · 0.80
sub
Method · 0.80
Calls
1
clone
Method · 0.45
Tested by
1
extract_annotations_from_annotate_code
Function · 0.64