- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ItemIn (0.03 sec)
-
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]]
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 20:40:26 UTC 2025 - 11.1K bytes - Viewed (0)