Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ ready
Method
ready
Lib/multiprocessing/pool.py:756–757 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
754
self._cache[self._job] = self
755
756
def
ready(self):
757
return
self._event.is_set()
758
759
def
successful(self):
760
if
not self.ready():
Callers
2
successful
Method · 0.95
get
Method · 0.95
Calls
1
is_set
Method · 0.45
Tested by
no test coverage detected