MCPcopy
hub / github.com/celery/celery / GroupResult

Method GroupResult

celery/app/base.py:1392–1398  ·  view source on GitHub ↗

Create new group result instance. See Also: :class:`celery.result.GroupResult`.

(self)

Source from the content-addressed store, hash-verified

1390
1391 @cached_property
1392 def GroupResult(self):
1393 """Create new group result instance.
1394
1395 See Also:
1396 :class:`celery.result.GroupResult`.
1397 """
1398 return self.subclass_with_self('celery.result:GroupResult')
1399
1400 @property
1401 def pool(self):

Callers 15

graph1Method · 0.80
test_apply_chordMethod · 0.80
test_apply_chordMethod · 0.80
setup_methodMethod · 0.80
test_is_pickleableMethod · 0.80
test_reduceMethod · 0.80

Calls 1

subclass_with_selfMethod · 0.95

Tested by 15

graph1Method · 0.64
test_apply_chordMethod · 0.64
test_apply_chordMethod · 0.64
setup_methodMethod · 0.64
test_is_pickleableMethod · 0.64
test_reduceMethod · 0.64