MCPcopy
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_nolimitMethod · 0.80
test_setupMethod · 0.80
after_chdir_doFunction · 0.80
on_stoppedMethod · 0.80
_get_connectionMethod · 0.80
bugreportFunction · 0.80
closeMethod · 0.80

Calls 1

removeMethod · 0.95

Tested by 2

test_setup_nolimitMethod · 0.64
test_setupMethod · 0.64