Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ xmap
Function
xmap
celery/app/builtins.py:106–108 ·
view source on GitHub ↗
(task, it)
Source
from the content-addressed store, hash-verified
104
105
@app.task(name=
'celery.map'
, shared=False, lazy=False)
106
def
xmap(task, it):
107
task = signature(task, app=app).type
108
return
[task(item)
for
item in it]
109
return
xmap
110
111
Callers
1
map
Method · 0.90
Calls
1
signature
Function · 0.90
Tested by
no test coverage detected