(self)
| 1318 | self.check_leak(code, 'references', run_workers=run_workers) |
| 1319 | |
| 1320 | def test_huntrleaks(self): |
| 1321 | self.check_huntrleaks(run_workers=False) |
| 1322 | |
| 1323 | def test_huntrleaks_mp(self): |
| 1324 | self.check_huntrleaks(run_workers=True) |
nothing calls this directly
no test coverage detected