MCPcopy
hub / github.com/celery/celery / ResultSet

Method ResultSet

celery/app/base.py:1388–1389  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1386
1387 @cached_property
1388 def ResultSet(self):
1389 return self.subclass_with_self('celery.result:ResultSet')
1390
1391 @cached_property
1392 def GroupResult(self):

Callers 11

test_resultset_reprMethod · 0.80
test_eq_otherMethod · 0.80
test_getMethod · 0.80
test_eq_neMethod · 0.80
test_get_emptyMethod · 0.80
test_addMethod · 0.80
test_add_discardMethod · 0.80
test_clearMethod · 0.80
joinMethod · 0.80

Calls 1

subclass_with_selfMethod · 0.95

Tested by 10

test_resultset_reprMethod · 0.64
test_eq_otherMethod · 0.64
test_getMethod · 0.64
test_eq_neMethod · 0.64
test_get_emptyMethod · 0.64
test_addMethod · 0.64
test_add_discardMethod · 0.64
test_clearMethod · 0.64