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

Method clone

python3-sys/src/objimpl.rs:62–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

60impl Clone for PyObjectArenaAllocator {
61 #[inline]
62 fn clone(&self) -> Self {
63 *self
64 }
65}
66#[cfg(all(not(Py_LIMITED_API), Py_3_4))]
67impl Default for PyObjectArenaAllocator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected