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

Method default

python3-sys/src/objimpl.rs:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67impl Default for PyObjectArenaAllocator {
68 #[inline]
69 fn default() -> Self {
70 unsafe { ::core::mem::zeroed() }
71 }
72}
73#[cfg(all(not(Py_LIMITED_API), Py_3_4))]
74#[cfg_attr(windows, link(name = "pythonXY"))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected