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

Method clone

python3-sys/src/object.rs:195–197  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

193 impl Clone for PyNumberMethods {
194 #[inline]
195 fn clone(&self) -> Self {
196 *self
197 }
198 }
199 impl Default for PyNumberMethods {
200 #[inline]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected