Coverage for docs_src/body_nested_models/tutorial009.py: 100%
6 statements
« prev ^ index » next coverage.py v7.6.1, created at 2025-12-04 08:29 +0000
« prev ^ index » next coverage.py v7.6.1, created at 2025-12-04 08:29 +0000
1from typing import Dict 1abcdefg
3from fastapi import FastAPI 1abcdefg
5app = FastAPI() 1abcdefg
8@app.post("/index-weights/") 1abcdefg
9async def create_index_weights(weights: Dict[int, float]): 1abcdefg
10 return weights 1hijklmn