- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ItemIn (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/benchmarks/test_general_performance.py
} LARGE_PAYLOAD: dict[str, Any] = {"items": LARGE_ITEMS, "metadata": LARGE_METADATA} def dep_a(): return 40 def dep_b(a: Annotated[int, Depends(dep_a)]): return a + 2 class ItemIn(BaseModel): name: str value: int class ItemOut(BaseModel): name: str value: int dep: int class LargeIn(BaseModel): items: list[dict[str, Any]]
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 20:40:26 GMT 2025 - 11.1K bytes - Click Count (0)