Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ PyClone
Interface
PyClone
src/python.rs:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
pub trait PyClone: Sized {
99
fn clone_ref(&self, py: Python) -> Self;
100
}
101
102
impl<T> PyClone for T
103
where
Callers
nothing calls this directly
Implementers
2
python.rs
src/python.rs
err.rs
src/err.rs
Calls
no outgoing calls
Tested by
no test coverage detected