Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ process
Function
process
examples/celery/src/task_app/views.py:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
@bp.post(
"/process"
)
36
def
process() -> dict[str, object]:
37
result = tasks.process.delay(total=request.form.get(
"total"
, type=int))
38
return
{
"result_id"
: result.id}
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected