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

Method __del__

Lib/multiprocessing/shared_memory.py:187–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185 self._buf = memoryview(self._mmap)
186
187 def __del__(self):
188 try:
189 self.close()
190 except OSError:
191 pass
192
193 def __reduce__(self):
194 return (

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected