MCPcopy Index your code
hub / github.com/RustPython/RustPython / handle

Method handle

crates/stdlib/src/multiprocessing.rs:111–113  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

109 impl SemLock {
110 #[pygetset]
111 fn handle(&self) -> isize {
112 self.handle.as_raw() as isize
113 }
114
115 #[pygetset]
116 fn kind(&self) -> i32 {

Callers

nothing calls this directly

Calls 2

as_rawMethod · 0.45
as_ptrMethod · 0.45

Tested by

no test coverage detected