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