MCPcopy
hub / github.com/celery/celery / xstarmap

Class xstarmap

celery/canvas.py:1412–1419  ·  view source on GitHub ↗

Map operation for tasks, using star arguments.

Source from the content-addressed store, hash-verified

1410
1411@Signature.register_type()
1412class xstarmap(_basemap):
1413 """Map operation for tasks, using star arguments."""
1414
1415 _task_name = 'celery.starmap'
1416
1417 def __repr__(self):
1418 task, it = self._unpack_args(self.kwargs)
1419 return f'[{task.task}(*x) for x in {truncate(repr(it), 100)}]'
1420
1421
1422@Signature.register_type()

Callers 1

groupMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected