Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/Proton
/ __exit__
Method
__exit__
filelock.py:326–328 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
324
return
self
325
326
def
__exit__(self, exc_type, exc_value, traceback):
327
self.release()
328
return
None
329
330
def
__del__(self):
331
self.release(force = True)
Callers
nothing calls this directly
Calls
1
release
Method · 0.95
Tested by
no test coverage detected