Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/lock_tests.py:1051–1052 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1049
self.barrier = self.barriertype(self.N, timeout=self.defaultTimeout)
1050
1051
def
tearDown(self):
1052
self.barrier.abort()
1053
1054
def
run_threads(self, f):
1055
with
Bunch(f, self.N):
Callers
nothing calls this directly
Calls
1
abort
Method · 0.45
Tested by
no test coverage detected