Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 21 (0.15 sec)

  1. docs/uk/docs/tutorial/body.md

        * пошуку
        * інспекції
    
    ## Використовуйте модель
    
    Усередині функції ви можете отримати прямий доступ до всіх атрибутів об’єкта моделі:
    
    === "Python 3.8 і вище"
    
        ```Python hl_lines="21"
        {!> ../../../docs_src/body/tutorial002.py!}
        ```
    
    === "Python 3.10 і вище"
    
        ```Python hl_lines="19"
        {!> ../../../docs_src/body/tutorial002_py310.py!}
        ```
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 11.2K bytes
    - Viewed (0)
  2. docs/ko/docs/tutorial/body.md

    함수 안에서 모델 객체의 모든 어트리뷰트에 직접 접근 가능합니다:
    
    === "Python 3.10+"
    
        ```Python hl_lines="19"
        {!> ../../../docs_src/body/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="21"
        {!> ../../../docs_src/body/tutorial002.py!}
        ```
    
    ## 요청 본문 + 경로 매개변수
    
    경로 매개변수와 요청 본문을 동시에 선언할 수 있습니다.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.7K bytes
    - Viewed (0)
  3. docs/fr/docs/tutorial/body.md

        * 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 :
    
    ```Python hl_lines="21"
    {!../../../docs_src/body/tutorial002.py!}
    ```
    
    ## Corps de la requête + paramètres de chemin
    
    Vous pouvez déclarer des paramètres de chemin et un corps de requête pour la même *opération de chemin*.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 7.8K bytes
    - Viewed (0)
  4. docs/ru/docs/tutorial/body.md

        * проверки типов,
        * рефакторинга,
        * поиска,
        * инспектирования.
    
    ## Использование модели
    
    Внутри функции вам доступны все атрибуты объекта модели напрямую:
    
    ```Python hl_lines="21"
    {!../../../docs_src/body/tutorial002.py!}
    ```
    
    ## Тело запроса + параметры пути
    
    Вы можете одновременно объявлять параметры пути и тело запроса.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.9K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/body.md

        * verificação de tipos
        * refatoração
        * buscas
        * inspeções
    
    ## Use o modelo
    
    Dentro da função, você pode acessar todos os atributos do objeto do modelo diretamente:
    
    ```Python hl_lines="21"
    {!../../../docs_src/body/tutorial002.py!}
    ```
    
    ## Corpo da requisição + parâmetros de rota
    
    Você pode declarar parâmetros de rota e corpo da requisição ao mesmo tempo.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.1K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/body.md

    === "Python 3.10+"
    
        ```Python hl_lines="19"
        {!> ../../../docs_src/body/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="21"
        {!> ../../../docs_src/body/tutorial002.py!}
        ```
    
    ## Request body + path parameters
    
    You can declare path parameters and request body at the same time.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 7.3K bytes
    - Viewed (0)
  7. docs/de/docs/tutorial/body.md

    === "Python 3.10+"
    
        ```Python hl_lines="19"
        {!> ../../../docs_src/body/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="21"
        {!> ../../../docs_src/body/tutorial002.py!}
        ```
    
    ## Requestbody- + Pfad-Parameter
    
    Sie können Pfad- und Requestbody-Parameter gleichzeitig deklarieren.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 8.1K bytes
    - Viewed (0)
  8. docs/zh/docs/tutorial/body.md

    ## 使用模型
    
    在*路径操作*函数内部直接访问模型对象的属性:
    
    === "Python 3.10+"
    
        ```Python hl_lines="19"
        {!> ../../../docs_src/body/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="21"
        {!> ../../../docs_src/body/tutorial002.py!}
        ```
    
    ## 请求体 + 路径参数
    
    **FastAPI** 支持同时声明路径参数和请求体。
    
    **FastAPI** 能识别与**路径参数**匹配的函数参数,还能识别从**请求体**中获取的类型为 Pydantic 模型的函数参数。
    
    === "Python 3.10+"
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  9. docs/em/docs/tutorial/body.md

        * 🚘-🛠️
        * 🆎 ✅
        * 🛠️
        * 🔎
        * 🔬
    
    ## ⚙️ 🏷
    
    🔘 🔢, 👆 💪 🔐 🌐 🔢 🏷 🎚 🔗:
    
    === "🐍 3️⃣.6️⃣ & 🔛"
    
        ```Python hl_lines="21"
        {!> ../../../docs_src/body/tutorial002.py!}
        ```
    
    === "🐍 3️⃣.1️⃣0️⃣ & 🔛"
    
        ```Python hl_lines="19"
        {!> ../../../docs_src/body/tutorial002_py310.py!}
        ```
    
    ## 📨 💪 ➕ ➡ 🔢
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 6.5K bytes
    - Viewed (0)
Back to top