Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 774 for tutorial007_py310 (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/fr/docs/python-types.md

    {* ../../docs_src/python_types/tutorial003_py310.py hl[1] *}
    
    Comme l'éditeur connaît les types des variables, vous n'obtenez pas seulement l'autocomplétion, vous obtenez aussi des vérifications d'erreurs :
    
    <img src="/img/python-types/image04.png">
    
    Vous savez maintenant qu'il faut corriger, convertir `age` en chaîne avec `str(age)` :
    
    {* ../../docs_src/python_types/tutorial004_py310.py hl[2] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.7K bytes
    - Click Count (0)
  2. docs/fr/docs/advanced/custom-response.md

    {* ../../docs_src/response_directly/tutorial002_py310.py hl[1,18] *}
    
    ### `HTMLResponse` { #htmlresponse }
    
    Prend du texte ou des octets et renvoie une réponse HTML, comme vous l'avez vu ci-dessus.
    
    ### `PlainTextResponse` { #plaintextresponse }
    
    Prend du texte ou des octets et renvoie une réponse en texte brut.
    
    {* ../../docs_src/custom_response/tutorial005_py310.py hl[2,7,9] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.3K bytes
    - Click Count (0)
  3. docs/ko/docs/python-types.md

    간단한 예제로 시작해봅시다:
    
    {* ../../docs_src/python_types/tutorial001_py310.py *}
    
    이 프로그램을 호출하면 다음이 출력됩니다:
    
    ```
    John Doe
    ```
    
    이 함수는 다음을 수행합니다:
    
    * `first_name`과 `last_name`를 받습니다.
    * `title()`로 각각의 첫 글자를 대문자로 변환합니다.
    * 가운데에 공백을 두고 <dfn title="서로를 하나로 합칩니다. 하나의 내용 뒤에 다른 것의 내용을 이어 붙입니다.">연결</dfn>합니다.
    
    {* ../../docs_src/python_types/tutorial001_py310.py hl[2] *}
    
    ### 수정하기 { #edit-it }
    
    매우 간단한 프로그램입니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 13K bytes
    - Click Count (0)
  4. docs/uk/docs/tutorial/path-operation-configuration.md

    {* ../../docs_src/path_operation_configuration/tutorial004_py310.py hl[17:25] *}
    
    Його буде використано в інтерактивній документації:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## Опис відповіді { #response-description }
    
    Ви можете вказати опис відповіді параметром `response_description`:
    
    {* ../../docs_src/path_operation_configuration/tutorial005_py310.py hl[18] *}
    
    /// info | Інформація
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 6K bytes
    - Click Count (0)
  5. docs/tr/docs/tutorial/path-operation-configuration.md

    {* ../../docs_src/path_operation_configuration/tutorial004_py310.py hl[17:25] *}
    
    Interactive docs’ta şöyle kullanılacaktır:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## Response description { #response-description }
    
    `response_description` parametresi ile response açıklamasını belirtebilirsiniz:
    
    {* ../../docs_src/path_operation_configuration/tutorial005_py310.py hl[18] *}
    
    /// info | Bilgi
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 4.3K bytes
    - Click Count (0)
  6. docs/es/docs/tutorial/path-operation-configuration.md

    {* ../../docs_src/path_operation_configuration/tutorial004_py310.py hl[17:25] *}
    
    Será usado en la documentación interactiva:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## Descripción del Response { #response-description }
    
    Puedes especificar la descripción del response con el parámetro `response_description`:
    
    {* ../../docs_src/path_operation_configuration/tutorial005_py310.py hl[18] *}
    
    /// info | Información
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 4.2K bytes
    - Click Count (0)
  7. docs/pt/docs/tutorial/path-operation-configuration.md

    {* ../../docs_src/path_operation_configuration/tutorial004_py310.py hl[17:25] *}
    
    Ela será usada nas documentações interativas:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## Descrição da resposta { #response-description }
    
    Você pode especificar a descrição da resposta com o parâmetro `response_description`:
    
    {* ../../docs_src/path_operation_configuration/tutorial005_py310.py hl[18] *}
    
    /// info | Informação
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 4.4K bytes
    - Click Count (0)
  8. docs/zh/docs/tutorial/path-operation-configuration.md

    {* ../../docs_src/path_operation_configuration/tutorial004_py310.py hl[17:25] *}
    
    它会在交互式文档中使用:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## 响应描述 { #response-description }
    
    `response_description` 参数用于定义响应的描述说明:
    
    {* ../../docs_src/path_operation_configuration/tutorial005_py310.py hl[18] *}
    
    /// info | 信息
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 3.7K bytes
    - Click Count (0)
  9. docs/ko/docs/tutorial/path-operation-configuration.md

    {* ../../docs_src/path_operation_configuration/tutorial004_py310.py hl[17:25] *}
    
    이는 대화형 문서에서 사용됩니다:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## 응답 설명 { #response-description }
    
    `response_description` 매개변수로 응답에 관한 설명을 명시할 수 있습니다:
    
    {* ../../docs_src/path_operation_configuration/tutorial005_py310.py hl[18] *}
    
    /// info | 정보
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  10. docs/uk/docs/tutorial/query-params.md

    # Query параметри { #query-parameters }
    
    Коли ви оголошуєте інші параметри функції, які не є частиною параметрів шляху, вони автоматично інтерпретуються як параметри «query».
    
    {* ../../docs_src/query_params/tutorial001_py310.py hl[9] *}
    
    Query — це набір пар ключ-значення, що йдуть після символу `?` в URL, розділені символами `&`.
    
    Наприклад, в URL:
    
    ```
    http://127.0.0.1:8000/items/?skip=0&limit=10
    ```
    
    ...параметрами query є:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 7.1K bytes
    - Click Count (0)
Back to Top