DEBSOURCES
Skip Quicknav
sources / celery / 5.5.3-1 / t / unit / contrib / proj / xyzzy.py
12345678
from celery import Celery app = Celery() @app.task def plugh(): """This task is in a different module!"""