MCPcopy
hub / github.com/celery/celery / Task

Method Task

celery/app/base.py:1370–1372  ·  view source on GitHub ↗

Base task class for this app.

(self)

Source from the content-addressed store, hash-verified

1368
1369 @cached_property
1370 def Task(self):
1371 """Base task class for this app."""
1372 return self.create_task_cls()
1373
1374 @cached_property
1375 def annotations(self):

Callers 1

get_or_create_taskMethod · 0.80

Calls 1

create_task_clsMethod · 0.95

Tested by

no test coverage detected