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

Method __call__

celery/canvas.py:1438–1439  ·  view source on GitHub ↗
(self, **options)

Source from the content-addressed store, hash-verified

1436 )
1437
1438 def __call__(self, **options):
1439 return self.apply_async(**options)
1440
1441 def apply_async(self, args=None, kwargs=None, **opts):
1442 args = args if args else ()

Callers

nothing calls this directly

Calls 1

apply_asyncMethod · 0.95

Tested by

no test coverage detected