Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ celery.py
File
celery.py
examples/next-steps/proj/celery.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
celery
import
Celery
2
3
app = Celery(
'proj'
,
4
broker=
'amqp://'
,
Callers
nothing calls this directly
Calls
3
Celery
Class · 0.90
update
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected