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

Method clone

python3-sys/src/descrobject.rs:30–32  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

28impl Clone for PyGetSetDef {
29 #[inline]
30 fn clone(&self) -> PyGetSetDef {
31 *self
32 }
33}
34
35#[cfg_attr(windows, link(name = "pythonXY"))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected