MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __del__

Method __del__

tools/filelock.py:337–339  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

335 return None
336
337 def __del__(self):
338 self.release(force = True)
339 return None
340
341
342# Windows locking mechanism

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected