MCPcopy
hub / github.com/celery/celery / __call__

Method __call__

celery/canvas.py:1581–1582  ·  view source on GitHub ↗
(self, *partial_args, **options)

Source from the content-addressed store, hash-verified

1579 self.subtask_type = 'group'
1580
1581 def __call__(self, *partial_args, **options):
1582 return self.apply_async(partial_args, **options)
1583
1584 def __or__(self, other):
1585 # group() | task -> chord

Callers

nothing calls this directly

Calls 1

apply_asyncMethod · 0.95

Tested by

no test coverage detected