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

Method wait

Lib/multiprocessing/pool.py:764–765  ·  view source on GitHub ↗
(self, timeout=None)

Source from the content-addressed store, hash-verified

762 return self._success
763
764 def wait(self, timeout=None):
765 self._event.wait(timeout)
766
767 def get(self, timeout=None):
768 self.wait(timeout)

Callers 2

getMethod · 0.95
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected