Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ clone
Method
clone
python27-sys/src/methodobject.rs:49–51 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
47
impl Clone for PyMethodDef {
48
#[inline]
49
fn clone(&self) -> PyMethodDef {
50
*self
51
}
52
}
53
54
/* Flag passed to newmethodobject */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected