Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ maybe_call
Function
maybe_call
celery/apps/multi.py:280–282 ·
view source on GitHub ↗
(fun, *args, **kwargs)
Source
from the content-addressed store, hash-verified
278
279
280
def
maybe_call(fun, *args, **kwargs):
281
if
fun is not None:
282
fun(*args, **kwargs)
283
284
285
class
MultiParser:
Callers
9
send
Method · 0.85
_waitexec
Method · 0.85
handle_process_exit
Method · 0.85
start_node
Method · 0.85
send_all
Method · 0.85
restart_on_down
Method · 0.85
_stop_nodes
Method · 0.85
shutdown_nodes
Method · 0.85
getpids
Method · 0.85
Calls
1
fun
Function · 0.85
Tested by
no test coverage detected