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