Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ State
Method
State
celery/app/events.py:28–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
27
@cached_property
28
def
State(self):
29
return
self.app.subclass_with_self(
30
self.state_cls, reverse=
'events.State'
)
31
32
@contextmanager
33
def
default_dispatcher(self, hostname=None, enabled=True,
Callers
5
test_State
Function · 0.80
setup_method
Method · 0.80
__init__
Method · 0.80
evcam
Function · 0.80
evtop
Function · 0.80
Calls
1
subclass_with_self
Method · 0.80
Tested by
2
test_State
Function · 0.64
setup_method
Method · 0.64