MCPcopy Index your code
hub / github.com/RustPython/RustPython / __del__

Method __del__

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

Source from the content-addressed store, hash-verified

1277 self.destroy_segment(segment_name)
1278
1279 def __del__(self):
1280 util.debug(f"Call {self.__class__.__name__}.__del__ in {getpid()}")
1281 self.unlink()
1282
1283 def __getstate__(self):
1284 return (self.shared_memory_context_name, self.segment_names)

Callers

nothing calls this directly

Calls 3

unlinkMethod · 0.95
getpidFunction · 0.90
debugMethod · 0.45

Tested by

no test coverage detected