Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Muto (0.15 sec)

  1. docs/fr/docs/tutorial/body.md

    * Passer la donnée reçue dans le paramètre `item`.
        * Ce paramètre ayant été déclaré dans la fonction comme étant de type `Item`, vous aurez aussi tout le support offert par l'éditeur (auto-complétion, etc.) pour tous les attributs de ce paramètre et les types de ces attributs.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 7.8K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/body.md

        It improves editor support for Pydantic models, with:
    
        * auto-completion
        * type checks
        * refactoring
        * searching
        * inspections
    
    ## Use the model
    
    Inside of the function, you can access all the attributes of the model object directly:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 7.3K bytes
    - Viewed (0)
Back to top