Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_finalize
Method · 0.45
test_arg_errors
Method · 0.45
test_order
Method · 0.45
error
Method · 0.45
run_in_child
Method · 0.45
__init__
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected