Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_raw
Method
as_raw
crates/stdlib/src/multiprocessing.rs:78–80 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
76
77
#[inline]
78
fn as_raw(&self) -> HANDLE {
79
self.raw
80
}
81
}
82
83
impl Drop for SemHandle {
Callers
10
_nid2obj
Function · 0.45
obj2py
Function · 0.45
handle
Method · 0.45
acquire
Method · 0.45
release
Method · 0.45
_get_value
Method · 0.45
_is_zero
Method · 0.45
from_unistd_group
Method · 0.45
fork_exec
Function · 0.45
exec_inner
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected