MCPcopy
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

1from celery import Celery
2
3app = Celery('proj',
4 broker='amqp://',

Callers

nothing calls this directly

Calls 3

CeleryClass · 0.90
updateMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected