Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_raw
Method · 0.45
as_ptr
Method · 0.45
Tested by
no test coverage detected