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

Method default

python3-sys/src/methodobject.rs:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79impl Default for PyMethodDef {
80 fn default() -> PyMethodDef {
81 unsafe { mem::zeroed() }
82 }
83}
84
85#[inline(always)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected