Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for 29 (0.12 sec)

  1. docs/de/docs/how-to/extending-openapi.md

    ```Python hl_lines="13-14  25-26"
    {!../../../docs_src/extending_openapi/tutorial001.py!}
    ```
    
    ### Die Methode ΓΌberschreiben
    
    Jetzt kΓΆnnen Sie die Methode `.openapi()` durch Ihre neue Funktion ersetzen.
    
    ```Python hl_lines="29"
    {!../../../docs_src/extending_openapi/tutorial001.py!}
    ```
    
    ### Testen
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Mar 14 16:44:05 GMT 2024
    - 3.7K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/path-operation-advanced-configuration.md

    ```
    
    ## 🏧 πŸ“› βšͺ️➑️ #️⃣
    
    πŸ‘† πŸ’ͺ πŸ“‰ ⏸ βš™οΈ βšͺ️➑️ #️⃣ *➑ πŸ› οΈ πŸ”’* πŸ—„.
    
    ❎ `\f` (πŸ˜– "πŸ“¨ 🍼" 🦹) πŸ€• **FastAPI** πŸ” πŸ”’ βš™οΈ πŸ—„ πŸ‘‰ ☝.
    
    ⚫️ πŸ† 🚫 🎦 πŸ†™ 🧾, βœ‹οΈ 🎏 🧰 (βœ… πŸ‰) πŸ”œ πŸ’ͺ βš™οΈ πŸŽ‚.
    
    ```Python hl_lines="19-29"
    {!../../../docs_src/path_operation_advanced_configuration/tutorial004.py!}
    ```
    
    ## πŸŒ– πŸ“¨
    
    πŸ‘† 🎲 βœ”οΈ πŸ‘€ ❔ πŸ“£ `response_model` & `status_code` *➑ πŸ› οΈ*.
    
    πŸ‘ˆ πŸ”¬ πŸ—ƒ πŸ”ƒ πŸ‘‘ πŸ“¨ *➑ πŸ› οΈ*.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 5.7K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/security/get-current-user.md

        {!> ../../../docs_src/security/tutorial002_an.py!}
        ```
    
    === "Python 3.10+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="29"
        {!> ../../../docs_src/security/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="31"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 16:31:18 GMT 2024
    - 7.6K bytes
    - Viewed (0)
  4. docs/ko/docs/tutorial/security/get-current-user.md

    이제 *경둜 μž‘λ™*μ—μ„œ `get_current_user`와 λ™μΌν•œ `Depends`λ₯Ό μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
    
    === "파이썬 3.7 이상"
    
        ```Python hl_lines="31"
        {!> ../../../docs_src/security/tutorial002.py!}
        ```
    
    === "파이썬 3.10 이상"
    
        ```Python hl_lines="29"
        {!> ../../../docs_src/security/tutorial002_py310.py!}
        ```
    
    Pydantic λͺ¨λΈμΈ `User`둜 `current_user`의 νƒ€μž…μ„ μ„ μ–Έν•˜λŠ” 것을 μ•Œμ•„μ•Ό ν•©λ‹ˆλ‹€.
    
    이것은 λͺ¨λ“  μ™„λ£Œ 및 νƒ€μž… 검사λ₯Ό 톡해 ν•¨μˆ˜ λ‚΄λΆ€μ—μ„œ 우리λ₯Ό λ„μšΈ κ²ƒμž…λ‹ˆλ‹€.
    
    !!! tip "팁"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 5.6K bytes
    - Viewed (0)
  5. docs/de/docs/advanced/testing-dependencies.md

        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="28-29  32"
        {!> ../../../docs_src/dependency_testing/tutorial001_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="29-30  33"
        {!> ../../../docs_src/dependency_testing/tutorial001_an.py!}
        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls mΓΆglich.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:17:32 GMT 2024
    - 3.6K bytes
    - Viewed (0)
  6. docs/en/docs/advanced/testing-dependencies.md

        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="28-29  32"
        {!> ../../../docs_src/dependency_testing/tutorial001_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="29-30  33"
        {!> ../../../docs_src/dependency_testing/tutorial001_an.py!}
        ```
    
    === "Python 3.10+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Oct 17 05:59:11 GMT 2023
    - 2.9K bytes
    - Viewed (0)
  7. docs/ru/docs/tutorial/query-params-str-validations.md

    === "Python 3.9+"
    
        ```Python hl_lines="4  10"
        {!> ../../../docs_src/query_params_str_validations/tutorial006d_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="2  9"
        {!> ../../../docs_src/query_params_str_validations/tutorial006d_an.py!}
        ```
    
    === "Python 3.8+ Π±Π΅Π· Annotated"
    
        !!! tip "Подсказка"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 38K bytes
    - Viewed (0)
  8. docs/en/docs/how-to/extending-openapi.md

    ```Python hl_lines="13-14  25-26"
    {!../../../docs_src/extending_openapi/tutorial001.py!}
    ```
    
    ### Override the method
    
    Now you can replace the `.openapi()` method with your new function.
    
    ```Python hl_lines="29"
    {!../../../docs_src/extending_openapi/tutorial001.py!}
    ```
    
    ### Check it
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Aug 19 19:54:04 GMT 2023
    - 3.2K bytes
    - Viewed (0)
  9. docs/ko/docs/tutorial/schema-extra-example.md

    ### `examples`λ₯Ό ν¬ν•¨ν•œ `Body`
    
    μ—¬κΈ°, `Body()`에 μ˜ˆμƒλ˜λŠ” 예제 데이터 ν•˜λ‚˜λ₯Ό ν¬ν•¨ν•œ `examples`λ₯Ό λ„˜κ²ΌμŠ΅λ‹ˆλ‹€:
    
    === "Python 3.10+"
    
        ```Python hl_lines="22-29"
        {!> ../../../docs_src/schema_extra_example/tutorial003_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="22-29"
        {!> ../../../docs_src/schema_extra_example/tutorial003_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="23-30"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Feb 09 12:35:46 GMT 2024
    - 13.6K bytes
    - Viewed (0)
  10. docs/de/docs/tutorial/schema-extra-example.md

    Hier ΓΌbergeben wir `examples`, welches ein einzelnes Beispiel fΓΌr die in `Body()` erwarteten Daten enthΓ€lt:
    
    === "Python 3.10+"
    
        ```Python hl_lines="22-29"
        {!> ../../../docs_src/schema_extra_example/tutorial003_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="22-29"
        {!> ../../../docs_src/schema_extra_example/tutorial003_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="23-30"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:19:53 GMT 2024
    - 13.3K bytes
    - Viewed (0)
Back to top