MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / clone

Method clone

python27-sys/src/object.rs:203–205  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

201impl Clone for PyNumberMethods {
202 #[inline]
203 fn clone(&self) -> PyNumberMethods {
204 *self
205 }
206}
207
208pub const PyNumberMethods_INIT: PyNumberMethods = PyNumberMethods {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected