Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ default
Method
default
python3-sys/src/object.rs:201–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
impl Default for PyNumberMethods {
200
#[inline]
201
fn default() -> Self {
202
unsafe { core::mem::zeroed() }
203
}
204
}
205
macro_rules! as_expr {
206
($e:expr) => {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected