Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        Ce qui améliore le support pour les modèles Pydantic avec :
    
        * de l'auto-complétion
        * des vérifications de type
        * du "refactoring" (ou remaniement de code)
        * de la recherche
        * de l'inspection
    
    ## Utilisez le modèle
    
    Dans la fonction, vous pouvez accéder à tous les attributs de l'objet du modèle directement :
    
    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:
    
    === "Python 3.10+"
    
        ```Python hl_lines="19"
    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