Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ clone
Method
clone
python3-sys/src/pyhash.rs:15–17 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
13
impl Clone for PyHash_FuncDef {
14
#[inline]
15
fn clone(&self) -> Self {
16
*self
17
}
18
}
19
impl Default for PyHash_FuncDef {
20
#[inline]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected