MCPcopy
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
46def say(what):
47 print(what)
48
49
50@app.on_after_configure.connect

Callers 1

memdumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected