MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_alive

Method is_alive

Lib/multiprocessing/process.py:373–375  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

371 self._config = {}
372
373 def is_alive(self):
374 from multiprocessing.connection import wait
375 return not wait([self._sentinel], timeout=0)
376
377 @property
378 def ident(self):

Callers

nothing calls this directly

Calls 1

waitFunction · 0.90

Tested by

no test coverage detected