MCPcopy
hub / github.com/celery/celery / Dispatcher

Method Dispatcher

celery/app/events.py:23–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22 @cached_property
23 def Dispatcher(self):
24 return self.app.subclass_with_self(
25 self.dispatcher_cls, reverse='events.Dispatcher')
26
27 @cached_property
28 def State(self):

Calls 1

subclass_with_selfMethod · 0.80