Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
210
def
_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
219
class
Scheduler:
Callers
1
apply_async
Method · 0.85
Calls
1
items
Method · 0.45
Tested by
no test coverage detected