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

Method test_barrier_10

Lib/test/_test_multiprocessing.py:2303–2307  ·  view source on GitHub ↗

Test that a barrier works for 10 consecutive runs

(self)

Source from the content-addressed store, hash-verified

2301
2302 @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
2303 def test_barrier_10(self):
2304 """
2305 Test that a barrier works for 10 consecutive runs
2306 """
2307 return self.test_barrier(10)
2308
2309 @classmethod
2310 def _test_wait_return_f(cls, barrier, queue):

Callers

nothing calls this directly

Calls 1

test_barrierMethod · 0.95

Tested by

no test coverage detected