MCPcopy
hub / github.com/celery/celery / ReturnModel

Class ReturnModel

examples/pydantic/tasks.py:12–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class ReturnModel(BaseModel):
13 value: str
14
15
16@app.task(pydantic=True)

Callers 1

xFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected