Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
234
class
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
manager
Function · 0.90
Calls
no outgoing calls
Tested by
1
manager
Function · 0.72