MCPcopy
hub / github.com/celery/celery / kwargs

Method kwargs

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

Source from the content-addressed store, hash-verified

524
525 @property
526 def kwargs(self):
527 return self._get_task_meta().get('kwargs')
528
529 @property
530 def worker(self):

Callers

nothing calls this directly

Calls 2

_get_task_metaMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected