MCPcopy 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
waitMethod · 0.80
notifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected