MCPcopy Index your code
hub / github.com/python/cpython / test_huntrleaks

Method test_huntrleaks

Lib/test/test_regrtest.py:1320–1321  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

check_huntrleaksMethod · 0.95

Tested by

no test coverage detected