Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 461 - 470 of 850 for tutoriel (0.05 seconds)

  1. fastapi/utils.py

        "response model from the type annotation with the path operation decorator "
        "parameter response_model=None. Read more: "
        "https://fastapi.tiangolo.com/tutorial/response-model/"
    )
    
    
    def create_model_field(
        name: str,
        type_: Any,
        default: Any | None = Undefined,
        field_info: FieldInfo | None = None,
        alias: str | None = None,
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 11 18:41:21 GMT 2026
    - 4.2K bytes
    - Click Count (0)
  2. docs/uk/docs/how-to/extending-openapi.md

    ### Перевірте { #check-it }
    
    Коли ви перейдете за адресою [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc), побачите, що використовується ваш власний логотип (у цьому прикладі логотип **FastAPI**):
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 4.7K bytes
    - Click Count (0)
  3. docs/tr/docs/tutorial/cookie-param-models.md

    ## Dokümanları Kontrol Edin { #check-the-docs }
    
    Tanımlanan cookie'leri `/docs` altındaki docs UI'da görebilirsiniz:
    
    <div class="screenshot">
    <img src="/img/tutorial/cookie-param-models/image01.png">
    </div>
    
    /// info | Bilgi
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:41:38 GMT 2026
    - 3.3K bytes
    - Click Count (0)
  4. docs/fr/docs/tutorial/bigger-applications.md

    * Et le fichier `app/internal/admin.py` est un autre sous-module : `app.internal.admin`.
    
    <img src="/img/tutorial/bigger-applications/package.drawio.svg">
    
    La même structure de fichiers avec des commentaires :
    
    ```bash
    .
    ├── app                  # "app" est un package Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  5. docs/es/docs/tutorial/bigger-applications.md

    * También hay un subdirectorio `app/internal/` con otro archivo `__init__.py`, por lo que es otro "subpaquete de Python": `app.internal`.
    * Y el archivo `app/internal/admin.py` es otro submódulo: `app.internal.admin`.
    
    <img src="/img/tutorial/bigger-applications/package.drawio.svg">
    
    La misma estructura de archivos con comentarios:
    
    ```bash
    .
    ├── app                  # "app" es un paquete de Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 20.2K bytes
    - Click Count (0)
  6. docs/pt/docs/tutorial/bigger-applications.md

    * Há também um subdiretório `app/internal/` com outro arquivo `__init__.py`, então ele é outro "subpacote Python": `app.internal`.
    * E o arquivo `app/internal/admin.py` é outro submódulo: `app.internal.admin`.
    
    <img src="/img/tutorial/bigger-applications/package.drawio.svg">
    
    A mesma estrutura de arquivos com comentários:
    
    ```bash
    .
    ├── app                  # "app" é um pacote Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  7. docs/de/llm-prompt.md

    * /// note: /// note | Hinweis
    * /// tip: /// tip | Tipp
    * /// warning: /// warning | Achtung
    * you: Sie
    * your: Ihr
    * e.g: z. B.
    * etc.: usw.
    * ref: Ref.
    * the Tutorial - User guide: das Tutorial – Benutzerhandbuch
    * the Advanced User Guide: das Handbuch für fortgeschrittene Benutzer
    * the SQLModel docs: die SQLModel-Dokumentation
    * the docs: die Dokumentation (use singular case)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Dec 29 18:54:20 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  8. docs/fr/docs/tutorial/schema-extra-example.md

    ### Exemple dans l'interface des documents { #example-in-the-docs-ui }
    
    Avec l'une des méthodes ci-dessus, cela ressemblerait à ceci dans le `/docs` :
    
    <img src="/img/tutorial/body-fields/image01.png">
    
    ### `Body` avec plusieurs `examples` { #body-with-multiple-examples }
    
    Vous pouvez bien sûr aussi passer plusieurs `examples` :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 10.2K bytes
    - Click Count (0)
  9. docs/es/docs/tutorial/schema-extra-example.md

    ### Ejemplo en la interfaz de documentación { #example-in-the-docs-ui }
    
    Con cualquiera de los métodos anteriores se vería así en los `/docs`:
    
    <img src="/img/tutorial/body-fields/image01.png">
    
    ### `Body` con múltiples `examples` { #body-with-multiple-examples }
    
    Por supuesto, también puedes pasar múltiples `examples`:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 9.5K bytes
    - Click Count (0)
  10. docs/pt/docs/tutorial/schema-extra-example.md

    {* ../../docs_src/schema_extra_example/tutorial003_an_py310.py hl[22:29] *}
    
    ### Exemplo na UI da documentação { #example-in-the-docs-ui }
    
    Com qualquer um dos métodos acima, ficaria assim em `/docs`:
    
    <img src="/img/tutorial/body-fields/image01.png">
    
    ### `Body` com vários `examples` { #body-with-multiple-examples }
    
    Você também pode, é claro, passar vários `examples`:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 9.5K bytes
    - Click Count (0)
Back to Top