- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for no_response_model_annotation_return_invalid_model (0.27 seconds)
-
tests/test_response_model_as_return_annotation.py
def no_response_model_annotation_return_invalid_dict() -> User: return {"name": "John"} @app.get("/no_response_model-annotation-return_invalid_model") def no_response_model_annotation_return_invalid_model() -> User: return Item(name="Foo", price=42.0) @app.get("/no_response_model-annotation-return_dict_with_extra_data") def no_response_model_annotation_return_dict_with_extra_data() -> User:
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 47.7K bytes - Click Count (0)