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

Method tearDown

Lib/test/test_interpreters/utils.py:385–386  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

383class TestBase(unittest.TestCase):
384
385 def tearDown(self):
386 clean_up_interpreters()
387
388 def pipe(self):
389 def ensure_closed(fd):

Callers

nothing calls this directly

Calls 1

clean_up_interpretersFunction · 0.70

Tested by

no test coverage detected