MCPcopy 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

successfulMethod · 0.95
getMethod · 0.95

Calls 1

is_setMethod · 0.45

Tested by

no test coverage detected