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

Method finalize

Lib/test/_test_multiprocessing.py:2209–2211  ·  view source on GitHub ↗
(threads)

Source from the content-addressed store, hash-verified

2207 threads.append(p)
2208
2209 def finalize(threads):
2210 for p in threads:
2211 p.join()
2212
2213 self._finalizer = weakref.finalize(self, finalize, threads)
2214

Callers 10

__init__Method · 0.45
_connectFunction · 0.45
exportMethod · 0.45
__exit__Method · 0.45
test_finalizeMethod · 0.45
test_arg_errorsMethod · 0.45
test_orderMethod · 0.45
errorMethod · 0.45
run_in_childMethod · 0.45
__init__Method · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected