Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_starmap
Method
test_starmap
t/unit/tasks/test_tasks.py:849–850 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
847
assert self.retry_task.map(range(100))
848
849
def
test_starmap(self):
850
assert self.retry_task.starmap(range(100))
851
852
def
test_on_success(self):
853
self.retry_task.on_success(1, 1, (), {})
Callers
nothing calls this directly
Calls
1
starmap
Method · 0.80
Tested by
no test coverage detected