Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
201
def
_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
210
def
_evaluate_entry_kwargs(entry_kwargs):
Callers
1
apply_async
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected