Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ clone
Method
clone
python27-sys/src/pystate.rs:57–59 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
55
impl Clone for PyThreadState {
56
#[inline]
57
fn clone(&self) -> PyThreadState {
58
*self
59
}
60
}
61
62
#[repr(C)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected