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

Method clone

python3-sys/src/code.rs:100–102  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

98impl Clone for PyCodeObject {
99 #[inline]
100 fn clone(&self) -> Self {
101 *self
102 }
103}
104impl Default for PyCodeObject {
105 #[inline]

Callers 2

data_is_droppedFunction · 0.45
gc_integrationFunction · 0.45

Calls

no outgoing calls

Tested by 2

data_is_droppedFunction · 0.36
gc_integrationFunction · 0.36