Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _iter_meta
Method
_iter_meta
celery/result.py:447–448 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
445
return
self._cache
446
447
def
_iter_meta(self, **kwargs):
448
return
iter([self._get_task_meta()])
449
450
def
_set_cache(self, d):
451
children = d.get(
'children'
)
Callers
nothing calls this directly
Calls
1
_get_task_meta
Method · 0.95
Tested by
no test coverage detected