Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ default
Method
default
python3-sys/src/pybuffer.rs:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
impl Default for Py_buffer {
28
#[inline]
29
fn default() -> Self {
30
unsafe { core::mem::zeroed() }
31
}
32
}
33
34
#[cfg_attr(windows, link(name =
"pythonXY"
))]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected