Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
class
ReturnModel(BaseModel):
13
value: str
14
15
16
@app.task(pydantic=True)
Callers
1
x
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected