Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ missing_results
Method
missing_results
celery/contrib/testing/manager.py:44–46 ·
view source on GitHub ↗
(self, r)
Source
from the content-addressed store, hash-verified
42
print(f
'{sep}{s}'
, file=self.stdout)
43
44
def
missing_results(self, r):
45
# type: (Sequence[AsyncResult]) -> Sequence[str]
46
return
[res.id
for
res in r
if
res.id not in res.backend._cache]
47
48
def
wait_for(
49
self,
Callers
1
join
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected