MCPcopy
hub / github.com/celery/celery / _unpack_args

Method _unpack_args

celery/canvas.py:2038–2041  ·  view source on GitHub ↗
(header=None, body=None, **kwargs)

Source from the content-addressed store, hash-verified

2036
2037 @staticmethod
2038 def _unpack_args(header=None, body=None, **kwargs):
2039 # Python signatures are better at extracting keys from dicts
2040 # than manually popping things off.
2041 return (header, body), kwargs
2042
2043 def __init__(self, header, body=None, task='celery.chord',
2044 args=None, kwargs=None, app=None, **options):

Callers 7

from_dictMethod · 0.80
apply_asyncMethod · 0.80
__repr__Method · 0.80
__repr__Method · 0.80
from_dictMethod · 0.80
groupMethod · 0.80
from_dictMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected