MCPcopy
hub / github.com/celery/celery / create_panel

Method create_panel

t/unit/worker/test_control.py:136–141  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

134 return AttributeDict(kwargs)
135
136 def create_panel(self, **kwargs):
137 return self.app.control.mailbox.Node(
138 hostname=hostname,
139 state=self.create_state(**kwargs),
140 handlers=control.Panel.data,
141 )
142
143 def test_enable_events(self):
144 consumer = Consumer(self.app)

Callers 15

setup_methodMethod · 0.95
test_enable_eventsMethod · 0.95
test_disable_eventsMethod · 0.95
test_clockMethod · 0.95
test_helloMethod · 0.95
test_confMethod · 0.95
test_electionMethod · 0.95
test_heartbeatMethod · 0.95
test_time_limitMethod · 0.95
test_active_queuesMethod · 0.95

Calls 1

create_stateMethod · 0.95

Tested by

no test coverage detected