Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Value (0.2 sec)

  1. docs/pt/docs/tutorial/schema-extra-example.md

    * `summary`: Pequena descrição do exemplo.
    * `description`: Uma descrição longa que pode conter texto em Markdown.
    * `value`: O próprio exemplo mostrado, ex: um `dict`.
    * `externalValue`: alternativa ao `value`, uma URL apontando para o exemplo. Embora isso possa não ser suportado por tantas ferramentas quanto `value`.
    
    ```Python hl_lines="22-48"
    {!../../../docs_src/schema_extra_example/tutorial004.py!}
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 6.1K bytes
    - Viewed (0)
  2. docs/ko/docs/tutorial/schema-extra-example.md

    `dict`의 키가 또 다른 `dict`인 각 예제와 값을 구별합니다.
    
    각각의 특정 `examples` 속 `dict` 예제는 다음을 포함할 수 있습니다:
    
    * `summary`: 예제에 대한 짧은 설명문.
    * `description`: 마크다운 텍스트를 포함할 수 있는 긴 설명문.
    * `value`: 실제로 보여지는 예시, 예를 들면 `dict`.
    * `externalValue`: `value`의 대안이며 예제를 가르키는 URL. 비록 `value`처럼 많은 도구를 지원하지 못할 수 있습니다.
    
    이를 다음과 같이 사용할 수 있습니다:
    
    === "Python 3.10+"
    
        ```Python hl_lines="23-49"
    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)
  3. docs/ru/docs/tutorial/schema-extra-example.md

    * `description`: Полное описание, которое может содержать текст в формате Markdown.
    * `value`: Это конкретный пример, который отображается, например, в виде типа `dict`.
    * `externalValue`: альтернатива параметру `value`, URL-адрес, указывающий на пример. Хотя это может не поддерживаться таким же количеством инструментов разработки и тестирования API, как параметр `value`.
    
    === "Python 3.10+"
    
        ```Python hl_lines="23-49"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 11.6K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/schema-extra-example.md

    🔑 `dict` 🔬 🔠 🖼, & 🔠 💲 ➕1️⃣ `dict`.
    
    🔠 🎯 🖼 `dict` `examples` 💪 🔌:
    
    * `summary`: 📏 📛 🖼.
    * `description`: 📏 📛 👈 💪 🔌 ✍ ✍.
    * `value`: 👉 ☑ 🖼 🎦, ✅ `dict`.
    * `externalValue`: 🎛 `value`, 📛 ☝ 🖼. 👐 👉 5️⃣📆 🚫 🐕‍🦺 📚 🧰 `value`.
    
    === "🐍 3️⃣.6️⃣ & 🔛"
    
        ```Python hl_lines="21-47"
        {!> ../../../docs_src/schema_extra_example/tutorial004.py!}
        ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 5.5K bytes
    - Viewed (0)
  5. docs/de/docs/tutorial/schema-extra-example.md

    Jedes spezifische Beispiel-`dict` in den `examples` kann Folgendes enthalten:
    
    * `summary`: Kurze Beschreibung für das Beispiel.
    * `description`: Eine lange Beschreibung, die Markdown-Text enthalten kann.
    * `value`: Dies ist das tatsächlich angezeigte Beispiel, z. B. ein `dict`.
    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)
  6. docs/en/docs/tutorial/schema-extra-example.md

    * `File()`
    
    The keys of the `dict` identify each example, and each value is another `dict`.
    
    Each specific example `dict` in the `examples` can contain:
    
    * `summary`: Short description for the example.
    * `description`: A long description that can contain Markdown text.
    * `value`: This is the actual example shown, e.g. a `dict`.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.8K bytes
    - Viewed (0)
Back to top