MCPcopy
hub / github.com/celery/celery / _evaluate_entry_args

Function _evaluate_entry_args

celery/beat.py:201–207  ·  view source on GitHub ↗
(entry_args)

Source from the content-addressed store, hash-verified

199
200
201def _evaluate_entry_args(entry_args):
202 if not entry_args:
203 return []
204 return [
205 v() if isinstance(v, BeatLazyFunc) else v
206 for v in entry_args
207 ]
208
209
210def _evaluate_entry_kwargs(entry_kwargs):

Callers 1

apply_asyncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected