MCPcopy Index your code
hub / github.com/python/cpython / __del__

Method __del__

Lib/concurrent/futures/interpreter.py:55–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 self.results = None
54
55 def __del__(self):
56 if self.interp is not None:
57 self.finalize()
58
59 def initialize(self):
60 assert self.interp is None, self.interp

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.95

Tested by

no test coverage detected