Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ thread
Method
thread
crates/vm/src/stdlib/_thread.rs:787–789 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
785
786
#[pygetset]
787
fn thread(&self) -> crate::PyObjectRef {
788
self.thread.clone()
789
}
790
}
791
792
impl Constructor for ExceptHookArgs {
Callers
1
thread_to_id
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected