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

Method tearDown

Lib/test/test__interpchannels.py:259–261  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

257class TestBase(unittest.TestCase):
258
259 def tearDown(self):
260 clean_up_channels()
261 clean_up_interpreters()
262
263
264##################################

Callers

nothing calls this directly

Calls 2

clean_up_interpretersFunction · 0.90
clean_up_channelsFunction · 0.85

Tested by

no test coverage detected