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

Method clone

python3-sys/src/methodobject.rs:75–77  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

73impl Clone for PyMethodDef {
74 #[inline]
75 fn clone(&self) -> PyMethodDef {
76 *self
77 }
78}
79impl Default for PyMethodDef {
80 fn default() -> PyMethodDef {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected