Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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):
Callers
14
default_dispatcher
Method · 0.95
test_redis_uses_fanout_exchange
Method · 0.80
test_others_use_topic_exchange
Method · 0.80
test_takes_channel_connection
Method · 0.80
test_sql_transports_disabled
Method · 0.80
test_send
Method · 0.80
test_send_buffer_group
Method · 0.80
test_flush_no_groups_no_errors
Method · 0.80
test_enter_exit
Method · 0.80
test_enable_disable_callbacks
Method · 0.80
test_enabled_disable
Method · 0.80
test_itercapture_limit
Method · 0.80
Calls
1
subclass_with_self
Method · 0.80
Tested by
11
test_redis_uses_fanout_exchange
Method · 0.64
test_others_use_topic_exchange
Method · 0.64
test_takes_channel_connection
Method · 0.64
test_sql_transports_disabled
Method · 0.64
test_send
Method · 0.64
test_send_buffer_group
Method · 0.64
test_flush_no_groups_no_errors
Method · 0.64
test_enter_exit
Method · 0.64
test_enable_disable_callbacks
Method · 0.64
test_enabled_disable
Method · 0.64
test_itercapture_limit
Method · 0.64