Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ initialize
Method
initialize
Lib/concurrent/futures/thread.py:64–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
self.initargs = initargs
63
64
def
initialize(self):
65
if
self.initializer is not None:
66
self.initializer(*self.initargs)
67
68
def
finalize(self):
69
pass
Callers
4
__init__
Method · 0.45
p
Function · 0.45
missing_compiler_executable
Function · 0.45
_worker
Function · 0.45
Calls
1
initializer
Method · 0.80
Tested by
no test coverage detected