Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for UserOut (0.07 sec)

  1. docs/en/docs/tutorial/response-model.md

    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="24"
    {!> ../../docs_src/response_model/tutorial003.py!}
    ```
    
    ////
    
    ...we declared the `response_model` to be our model `UserOut`, that doesn't include the password:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="22"
    {!> ../../docs_src/response_model/tutorial003_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  2. docs/ru/docs/tutorial/response-model.md

    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="24"
    {!> ../../docs_src/response_model/tutorial003.py!}
    ```
    
    ////
    
    ...мы указали в `response_model` модель `UserOut`, в которой отсутствует поле, содержащее пароль - и он будет исключен из ответа:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="22"
    {!> ../../docs_src/response_model/tutorial003_py310.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/response-model.md

    ```
    
    ////
    
    //// tab | 🐍 3️⃣.1️⃣0️⃣ & 🔛
    
    ```Python hl_lines="24"
    {!> ../../docs_src/response_model/tutorial003_py310.py!}
    ```
    
    ////
    
    ...👥 📣 `response_model` 👆 🏷 `UserOut`, 👈 🚫 🔌 🔐:
    
    //// tab | 🐍 3️⃣.6️⃣ & 🔛
    
    ```Python hl_lines="22"
    {!> ../../docs_src/response_model/tutorial003.py!}
    ```
    
    ////
    
    //// tab | 🐍 3️⃣.1️⃣0️⃣ & 🔛
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. docs/de/docs/tutorial/response-model.md

    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="24"
    {!> ../../docs_src/response_model/tutorial003.py!}
    ```
    
    ////
    
    ... haben wir deklariert, dass `response_model` das Modell `UserOut` ist, welches das Passwort nicht enthält:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="22"
    {!> ../../docs_src/response_model/tutorial003_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top