Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
multipass
Method · 0.95
wait
Method · 0.45
append
Method · 0.45
assertEqual
Method · 0.45
abort
Method · 0.45
reset
Method · 0.45
sleep
Method · 0.45
assertRaises
Method · 0.45
Tested by
no test coverage detected