Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ clear
Method
clear
celery/app/task.py:128–129 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
return
self.__dict__.update(*args, **kwargs)
127
128
def
clear(self):
129
return
self.__dict__.clear()
130
131
def
get(self, key, default=None):
132
return
getattr(self, key, default)
Callers
8
test_cleared_context
Method · 0.95
reset_state
Function · 0.45
asynloop
Function · 0.45
on_close
Method · 0.45
_after_fork
Method · 0.45
fail_from_current_stack
Method · 0.45
_after_fork
Method · 0.45
traceback_clear
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_cleared_context
Method · 0.76