MCPcopy 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")
36def 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

getMethod · 0.45

Tested by

no test coverage detected