MCPcopy Index your code
hub / github.com/RustPython/RustPython / tearDown

Method tearDown

Lib/test/lock_tests.py:1048–1049  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1046 self.barrier = self.barriertype(self.N, timeout=self.defaultTimeout)
1047
1048 def tearDown(self):
1049 self.barrier.abort()
1050
1051 def run_threads(self, f):
1052 with Bunch(f, self.N):

Callers

nothing calls this directly

Calls 1

abortMethod · 0.45

Tested by

no test coverage detected