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

Method tearDown

Lib/test/test__interpreters.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84class TestBase(unittest.TestCase):
85
86 def tearDown(self):
87 clean_up_interpreters()
88
89
90##################################

Callers

nothing calls this directly

Calls 1

clean_up_interpretersFunction · 0.70

Tested by

no test coverage detected