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

Method setUp

Lib/test/_test_multiprocessing.py:2254–2255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2252 defaultTimeout = 30.0 # XXX Slow Windows buildbots need generous timeout
2253
2254 def setUp(self):
2255 self.barrier = self.Barrier(self.N, timeout=self.defaultTimeout)
2256
2257 def tearDown(self):
2258 self.barrier.abort()

Callers

nothing calls this directly

Calls 1

BarrierMethod · 0.80

Tested by

no test coverage detected