Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ finalize
Method
finalize
Lib/concurrent/futures/thread.py:68–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
self.initializer(*self.initargs)
67
68
def
finalize(self):
69
pass
70
71
def
run(self, task):
72
fn, args, kwargs = task
Callers
1
_worker
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected