Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ __enter__
Method
__enter__
tools/filelock.py:329–331 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
327
return
None
328
329
def
__enter__(self):
330
self.acquire()
331
return
self
332
333
def
__exit__(self, _exc_type, _exc_value, _traceback):
334
self.release()
Callers
nothing calls this directly
Calls
1
acquire
Method · 0.95
Tested by
no test coverage detected