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

Method clean_up

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

Source from the content-addressed store, hash-verified

1466 self._state = result
1467
1468 def clean_up(self):
1469 clean_up_interpreters()
1470 clean_up_channels()
1471
1472 # internal methods
1473

Callers 2

test_closeMethod · 0.45
test_force_closeMethod · 0.45

Calls 2

clean_up_interpretersFunction · 0.90
clean_up_channelsFunction · 0.85

Tested by

no test coverage detected