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

Method __exit__

tools/filelock.py:333–335  ·  view source on GitHub ↗
(self, _exc_type, _exc_value, _traceback)

Source from the content-addressed store, hash-verified

331 return self
332
333 def __exit__(self, _exc_type, _exc_value, _traceback):
334 self.release()
335 return None
336
337 def __del__(self):
338 self.release(force = True)

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected