MCPcopy
hub / github.com/celery/celery / Manager

Class Manager

celery/contrib/testing/manager.py:234–239  ·  view source on GitHub ↗

Test helpers for task integration tests.

Source from the content-addressed store, hash-verified

232
233
234class Manager(ManagerMixin):
235 """Test helpers for task integration tests."""
236
237 def __init__(self, app, **kwargs):
238 self.app = app
239 self._init_manager(**kwargs)

Callers 1

managerFunction · 0.90

Calls

no outgoing calls

Tested by 1

managerFunction · 0.72