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

Method clone

python3-sys/src/moduleobject.rs:53–55  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

51}
52impl Clone for PyModuleDef_Base {
53 fn clone(&self) -> PyModuleDef_Base {
54 *self
55 }
56}
57
58pub const PyModuleDef_HEAD_INIT: PyModuleDef_Base = PyModuleDef_Base {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected