MCPcopy
hub / github.com/celery/celery / events

Method events

celery/app/base.py:1494–1496  ·  view source on GitHub ↗

Consuming and sending events: :class:`~@events`.

(self)

Source from the content-addressed store, hash-verified

1492
1493 @cached_property
1494 def events(self):
1495 """Consuming and sending events: :class:`~@events`."""
1496 return instantiate(self.events_cls, app=self)
1497
1498 @cached_property
1499 def loader(self):

Callers

nothing calls this directly

Calls 1

instantiateFunction · 0.90

Tested by

no test coverage detected