MCPcopy
hub / github.com/celery/celery / children

Method children

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

Source from the content-addressed store, hash-verified

428
429 @property
430 def children(self):
431 return self._get_task_meta().get('children')
432
433 def _maybe_set_cache(self, meta):
434 if meta:

Callers

nothing calls this directly

Calls 2

_get_task_metaMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected