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

Method _release

tools/filelock.py:206–210  ·  view source on GitHub ↗

Releases the lock and sets self._lock_file_fd to None.

(self)

Source from the content-addressed store, hash-verified

204 raise NotImplementedError()
205
206 def _release(self):
207 """
208 Releases the lock and sets self._lock_file_fd to None.
209 """
210 raise NotImplementedError()
211
212 # Platform independent methods
213 # --------------------------------------------

Callers 1

releaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected