MCPcopy
hub / github.com/celery/celery / tasks

Method tasks

celery/app/base.py:1514–1521  ·  view source on GitHub ↗

Task registry. Warning: Accessing this attribute will also auto-finalize the app.

(self)

Source from the content-addressed store, hash-verified

1512
1513 @cached_property
1514 def tasks(self):
1515 """Task registry.
1516
1517 Warning:
1518 Accessing this attribute will also auto-finalize the app.
1519 """
1520 self.finalize(auto=True)
1521 return self._tasks
1522
1523 @property
1524 def producer_pool(self):

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.95

Tested by

no test coverage detected