MCPcopy 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
98pub trait PyClone: Sized {
99 fn clone_ref(&self, py: Python) -> Self;
100}
101
102impl<T> PyClone for T
103where

Callers

nothing calls this directly

Implementers 2

python.rssrc/python.rs
err.rssrc/err.rs

Calls

no outgoing calls

Tested by

no test coverage detected