Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CarItem (0.04 sec)

  1. tests/test_tutorial/test_extra_models/test_tutorial003.py

                                },
                                "size": {"title": "Size", "type": "integer"},
                            },
                        },
                        "CarItem": {
                            "title": "CarItem",
                            "required": ["description"],
                            "type": "object",
                            "properties": {
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:19:10 UTC 2025
    - 6K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/extra-models.md

    ///
    
    {* ../../docs_src/extra_models/tutorial003_py310.py hl[1,14:15,18:20,33] *}
    
    ### `Union` in Python 3.10 { #union-in-python-3-10 }
    
    In diesem Beispiel übergeben wir `Union[PlaneItem, CarItem]` als Wert des Arguments `response_model`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 24 10:28:19 UTC 2025
    - 8K bytes
    - Viewed (0)
Back to top