Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ forget
Method
forget
celery/result.py:1033–1034 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1031
wait = get
# XXX Compat (remove 5.0)
1032
1033
def
forget(self):
1034
pass
1035
1036
def
revoke(self, *args, **kwargs):
1037
self._state = states.REVOKED
Callers
1
test_forget
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_forget
Method · 0.76