Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ default
Method
default
python3-sys/src/code.rs:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
impl Default for PyCodeObject {
105
#[inline]
106
fn default() -> Self {
107
unsafe { core::mem::zeroed() }
108
}
109
}
110
111
/* Masks for co_flags */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected