MCPcopy Index your code
hub / github.com/python/cpython / successful

Method successful

Lib/multiprocessing/pool.py:759–762  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

757 return self._event.is_set()
758
759 def successful(self):
760 if not self.ready():
761 raise ValueError("{0!r} not ready".format(self))
762 return self._success
763
764 def wait(self, timeout=None):
765 self._event.wait(timeout)

Callers

nothing calls this directly

Calls 2

readyMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected