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

Method __del__

Lib/multiprocessing/managers.py:1320–1322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1318 self.destroy_segment(segment_name)
1319
1320 def __del__(self):
1321 util.debug(f"Call {self.__class__.__name__}.__del__ in {getpid()}")
1322 self.unlink()
1323
1324 def __getstate__(self):
1325 return (self.shared_memory_context_name, self.segment_names)

Callers

nothing calls this directly

Calls 2

unlinkMethod · 0.95
debugMethod · 0.45

Tested by

no test coverage detected