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

Method tearDownClass

Lib/test/_test_multiprocessing.py:4158–4160  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

4156
4157 @classmethod
4158 def tearDownClass(cls):
4159 from multiprocessing import resource_sharer
4160 resource_sharer.stop(timeout=support.LONG_TIMEOUT)
4161
4162 @classmethod
4163 def _listener(cls, conn, families):

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected