Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _is_mine
Method
_is_mine
crates/stdlib/src/multiprocessing.rs:305–307 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
303
304
#[pymethod]
305
fn _is_mine(&self) -> bool {
306
ismine!(self)
307
}
308
309
#[pymethod]
310
fn _get_value(&self, vm: &VirtualMachine) -> PyResult<i32> {
Callers
4
__repr__
Method · 0.80
__repr__
Method · 0.80
wait
Method · 0.80
notify
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected