Create new group result instance. See Also: :class:`celery.result.GroupResult`.
(self)
| 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): |