MCPcopy
hub / github.com/celery/celery / _failed_join_report

Method _failed_join_report

celery/result.py:850–853  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

848 ))
849
850 def _failed_join_report(self):
851 return (res for res in self.results
852 if res.backend.is_cached(res.id) and
853 res.state in states.PROPAGATE_STATES)
854
855 def __len__(self):
856 return len(self.results)

Callers 3

on_chord_part_returnMethod · 0.45
on_chord_part_returnMethod · 0.45
unlock_chordFunction · 0.45

Calls 1

is_cachedMethod · 0.80

Tested by

no test coverage detected