MCPcopy
hub / github.com/celery/celery / _evaluate_entry_kwargs

Function _evaluate_entry_kwargs

celery/beat.py:210–216  ·  view source on GitHub ↗
(entry_kwargs)

Source from the content-addressed store, hash-verified

208
209
210def _evaluate_entry_kwargs(entry_kwargs):
211 if not entry_kwargs:
212 return {}
213 return {
214 k: v() if isinstance(v, BeatLazyFunc) else v
215 for k, v in entry_kwargs.items()
216 }
217
218
219class Scheduler:

Callers 1

apply_asyncMethod · 0.85

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected