Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ release
Method
release
celery/platforms.py:157–159 ·
view source on GitHub ↗
Release lock.
(self, *args)
Source
from the content-addressed store, hash-verified
155
return
os.path.exists(self.path)
156
157
def
release(self, *args):
158
""
"Release lock."
""
159
self.remove()
160
161
__exit__ = release
162
Callers
7
test_setup_nolimit
Method · 0.80
test_setup
Method · 0.80
after_chdir_do
Function · 0.80
on_stopped
Method · 0.80
_get_connection
Method · 0.80
bugreport
Function · 0.80
close
Method · 0.80
Calls
1
remove
Method · 0.95
Tested by
2
test_setup_nolimit
Method · 0.64
test_setup
Method · 0.64