MCPcopy 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
pFunction · 0.45
_workerFunction · 0.45

Calls 1

initializerMethod · 0.80

Tested by

no test coverage detected