Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ adX
Class
adX
t/unit/app/test_app.py:857–860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
855
from
celery.app.task
import
Task
856
857
class
adX(Task):
858
859
def
run(self, y, z, x):
860
return
y, z, x
861
862
check = Mock()
863
Callers
1
test_annotate_decorator
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_annotate_decorator
Method · 0.68