Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ clone
Method
clone
python3-sys/src/code.rs:100–102 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
98
impl Clone for PyCodeObject {
99
#[inline]
100
fn clone(&self) -> Self {
101
*self
102
}
103
}
104
impl Default for PyCodeObject {
105
#[inline]
Callers
2
data_is_dropped
Function · 0.45
gc_integration
Function · 0.45
Calls
no outgoing calls
Tested by
2
data_is_dropped
Function · 0.36
gc_integration
Function · 0.36