Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_alive
Method
is_alive
Lib/multiprocessing/process.py:380–382 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
378
self._config = {}
379
380
def
is_alive(self):
381
from
multiprocessing.connection
import
wait
382
return
not wait([self._sentinel], timeout=0)
383
384
@property
385
def
ident(self):
Callers
nothing calls this directly
Calls
1
wait
Function · 0.90
Tested by
no test coverage detected