MCPcopy Index your code
hub / github.com/RustPython/RustPython / finalize

Method finalize

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

Source from the content-addressed store, hash-verified

2003 threads.append(p)
2004
2005 def finalize(threads):
2006 for p in threads:
2007 p.join()
2008
2009 self._finalizer = weakref.finalize(self, finalize, threads)
2010

Callers 7

__init__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