Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ clone
Method
clone
crates/vm/src/object/ext.rs:155–158 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
153
154
impl<T: PyPayload> Clone for PyRefExact<T> {
155
fn clone(&self) -> Self {
156
let inner = self.inner.clone();
157
Self { inner }
158
}
159
}
160
161
impl<T: PyPayload> TryFromObject for PyRefExact<T> {
Callers
15
__replace__
Method · 0.45
construct_and_init
Method · 0.45
from_vectorcall
Method · 0.45
get_kwarg
Method · 0.45
iter
Method · 0.45
try_from
Method · 0.45
try_from_object
Method · 0.45
try_from_object
Method · 0.45
invoke
Method · 0.45
invoke_vectorcall
Method · 0.45
_trace_event_inner
Method · 0.45
__reduce__
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_buffered_read
Function · 0.36
test_buffered_value
Function · 0.36