MCPcopy 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_idFunction · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected