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

Method tearDown

Lib/test/_test_multiprocessing.py:2053–2055  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2051 self.barrier = self.Barrier(self.N, timeout=self.defaultTimeout)
2052
2053 def tearDown(self):
2054 self.barrier.abort()
2055 self.barrier = None
2056
2057 def DummyList(self):
2058 if self.TYPE == 'threads':

Callers

nothing calls this directly

Calls 1

abortMethod · 0.45

Tested by

no test coverage detected