Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_repr
Method · 0.80
test_eq_other
Method · 0.80
test_get
Method · 0.80
test_get_sync_subtask_option
Method · 0.80
test_join_native_with_group_chain_group
Method · 0.80
test_eq_ne
Method · 0.80
test_get_empty
Method · 0.80
test_add
Method · 0.80
test_add_discard
Method · 0.80
test_clear
Method · 0.80
join
Method · 0.80
Calls
1
subclass_with_self
Method · 0.95
Tested by
10
test_resultset_repr
Method · 0.64
test_eq_other
Method · 0.64
test_get
Method · 0.64
test_get_sync_subtask_option
Method · 0.64
test_join_native_with_group_chain_group
Method · 0.64
test_eq_ne
Method · 0.64
test_get_empty
Method · 0.64
test_add
Method · 0.64
test_add_discard
Method · 0.64
test_clear
Method · 0.64