Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 19 (0.23 sec)

  1. 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)
  2. 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)
  3. docs/ja/docs/tutorial/body.md

        以下のエディターサポートが強化されます:
    
        * 自動補完
        * 型チェック
        * リファクタリング
        * 検索
        * インスペクション
    
    ## モデルの使用
    
    関数内部で、モデルの全ての属性に直接アクセスできます:
    
    ```Python hl_lines="19"
    {!../../../docs_src/body/tutorial002.py!}
    ```
    
    ## リクエストボディ + パスパラメータ
    
    パスパラメータとリクエストボディを同時に宣言できます。
    
    **FastAPI** はパスパラメータである関数パラメータは**パスから受け取り**、Pydanticモデルによって宣言された関数パラメータは**リクエストボディから受け取る**ということを認識します。
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.9K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/body.md

        * 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"
        {!> ../../../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: Fri Mar 22 01:42:11 GMT 2024
    - 7.3K bytes
    - Viewed (0)
  5. docs/de/docs/tutorial/body.md

        * Suchen
        * Inspektionen
    
    ## Das Modell verwenden
    
    Innerhalb der Funktion können Sie alle Attribute des Modells direkt verwenden:
    
    === "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: Fri Mar 22 01:42:11 GMT 2024
    - 8.1K bytes
    - Viewed (0)
  6. docs/zh/docs/tutorial/body.md

        该插件用于完善 PyCharm 对 Pydantic 模型的支持,优化的功能如下:
    
        * 自动补全
        * 类型检查
        * 代码重构
        * 查找
        * 代码审查
    
    ## 使用模型
    
    在*路径操作*函数内部直接访问模型对象的属性:
    
    === "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
    - 6.5K bytes
    - Viewed (0)
  7. 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