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

Method f

Lib/test/lock_tests.py:1080–1081  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1078 """
1079 results = [[],[]]
1080 def f():
1081 self.multipass(results, passes)
1082 self.run_threads(f)
1083
1084 def test_barrier_10(self):

Callers

nothing calls this directly

Calls 8

multipassMethod · 0.95
waitMethod · 0.45
appendMethod · 0.45
assertEqualMethod · 0.45
abortMethod · 0.45
resetMethod · 0.45
sleepMethod · 0.45
assertRaisesMethod · 0.45

Tested by

no test coverage detected