Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Mann (0.14 sec)

  1. docs/de/docs/tutorial/body-fields.md

        ```
    
    !!! warning "Achtung"
        Beachten Sie, dass `Field` direkt von `pydantic` importiert wird, nicht von `fastapi`, wie die anderen (`Query`, `Path`, `Body`, usw.)
    
    ## Modellattribute deklarieren
    
    Dann können Sie `Field` mit Modellattributen deklarieren:
    
    === "Python 3.10+"
    
        ```Python hl_lines="11-14"
        {!> ../../../docs_src/body_fields/tutorial001_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Jan 29 17:36:19 GMT 2024
    - 3.9K bytes
    - Viewed (0)
Back to top