Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ say
Function
say
examples/periodic-tasks/myapp.py:46–47 ·
view source on GitHub ↗
(what)
Source
from the content-addressed store, hash-verified
44
45
@app.task
46
def
say(what):
47
print(what)
48
49
50
@app.on_after_configure.connect
Callers
1
memdump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected