MCPcopy Index your code
hub / github.com/kernc/backtesting.py / unlink

Method unlink

backtesting/_util.py:266–270  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264 super().__init__(*args, **kwargs)
265
266 def unlink(self):
267 if _mpshm._USE_POSIX and self._name:
268 _mpshm._posixshmem.shm_unlink(self._name)
269 if self._track:
270 _mprt.unregister(self._name, "shared_memory")
271
272
273class SharedMemoryManager:

Callers 1

__exit__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected