MCPcopy 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

_nid2objFunction · 0.45
obj2pyFunction · 0.45
handleMethod · 0.45
acquireMethod · 0.45
releaseMethod · 0.45
_get_valueMethod · 0.45
_is_zeroMethod · 0.45
from_unistd_groupMethod · 0.45
fork_execFunction · 0.45
exec_innerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected