Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for elegiast (0.6 sec)

  1. docs/de/docs/tutorial/body-nested-models.md

    ## Zusammenfassung
    
    Mit **FastAPI** haben Sie die maximale Flexibilität von Pydantic-Modellen, während Ihr Code einfach, kurz und elegant bleibt.
    
    Aber mit all den Vorzügen:
    
    * Editor-Unterstützung (Codevervollständigung überall)
    * Datenkonvertierung (auch bekannt als Parsen, Serialisierung)
    * Datenvalidierung
    * Schema-Dokumentation
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/body-nested-models.md

        And the `dict` you receive as `weights` will actually have `int` keys and `float` values.
    
    ## Recap
    
    With **FastAPI** you have the maximum flexibility provided by Pydantic models, while keeping your code simple, short and elegant.
    
    But with all the benefits:
    
    * Editor support (completion everywhere!)
    * Data conversion (a.k.a. parsing / serialization)
    * Data validation
    * Schema documentation
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.5K bytes
    - Viewed (0)
Back to top