(self)
| 1321 | self.check_huntrleaks(run_workers=False) |
| 1322 | |
| 1323 | def test_huntrleaks_mp(self): |
| 1324 | self.check_huntrleaks(run_workers=True) |
| 1325 | |
| 1326 | @unittest.skipUnless(support.Py_DEBUG, 'need a debug build') |
| 1327 | def test_huntrleaks_bisect(self): |
nothing calls this directly
no test coverage detected