MCPcopy
hub / github.com/celery/celery / __repr__

Method __repr__

celery/canvas.py:1406–1408  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1404 _task_name = 'celery.map'
1405
1406 def __repr__(self):
1407 task, it = self._unpack_args(self.kwargs)
1408 return f'[{task.task}(x) for x in {truncate(repr(it), 100)}]'
1409
1410
1411@Signature.register_type()

Callers

nothing calls this directly

Calls 2

truncateFunction · 0.90
_unpack_argsMethod · 0.80

Tested by

no test coverage detected