- Sort Score
- Num 10 results
- Language All
Results 541 - 550 of 707 for Pythons (0.06 seconds)
-
docs/pt/docs/advanced/path-operation-advanced-configuration.md
/// /// warning | Atenção Se você fizer isso, você tem que ter certeza de que cada uma das suas *funções de operação de rota* tem um nome único. Mesmo que elas estejam em módulos (arquivos Python) diferentes. /// ## Excluir do OpenAPI { #exclude-from-openapi }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 8.7K bytes - Click Count (0) -
docs/en/docs/advanced/path-operation-advanced-configuration.md
/// /// warning If you do this, you have to make sure each one of your *path operation functions* has a unique name. Even if they are in different modules (Python files). /// ## Exclude from OpenAPI { #exclude-from-openapi }
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 7.2K bytes - Click Count (0) -
docs/en/docs/tutorial/first-steps.md
## Recap, step by step { #recap-step-by-step } ### Step 1: import `FastAPI` { #step-1-import-fastapi } {* ../../docs_src/first_steps/tutorial001_py39.py hl[1] *} `FastAPI` is a Python class that provides all the functionality for your API. /// note | Technical Details `FastAPI` is a class that inherits directly from `Starlette`.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 12.8K bytes - Click Count (0) -
docs/de/docs/tutorial/first-steps.md
## Zusammenfassung, Schritt für Schritt { #recap-step-by-step } ### Schritt 1: `FastAPI` importieren { #step-1-import-fastapi } {* ../../docs_src/first_steps/tutorial001_py39.py hl[1] *} `FastAPI` ist eine Python-Klasse, die die gesamte Funktionalität für Ihre API bereitstellt. /// note | Technische Details `FastAPI` ist eine Klasse, die direkt von `Starlette` erbt.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 14.3K bytes - Click Count (0) -
docs/ja/docs/deployment/docker.md
Docker Hubは 多くのツールや環境、データベース、アプリケーションに対応している予め作成された**公式のコンテナ・イメージ**をパブリックに提供しています。 例えば、公式イメージの1つに<a href="https://hub.docker.com/_/python" class="external-link" target="_blank">Python Image</a>があります。 その他にも、データベースなどさまざまなイメージがあります: * <a href="https://hub.docker.com/_/postgres" class="external-link" target="_blank">PostgreSQL</a>
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Aug 12 21:47:53 GMT 2024 - 44.3K bytes - Click Count (0) -
docs/de/docs/benchmarks.md
Aber bei der Betrachtung von Benchmarks und Vergleichen sollten Sie Folgendes beachten.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Sep 20 15:10:09 GMT 2025 - 4K bytes - Click Count (0) -
docs/ru/docs/advanced/testing-dependencies.md
FastAPI всё равно сможет её переопределить. /// Затем вы можете сбросить переопределения (удалить их), установив `app.dependency_overrides` в пустой `dict`: ```Python app.dependency_overrides = {} ``` /// tip | СоветCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Sep 30 11:37:11 GMT 2025 - 4.3K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/tflite-converter-issue.md
``` #### Option B: Paste your code here or provide a link to a custom end-to-end colab ``` (You can paste links or attach files by dragging & dropping them below) - Include code to invoke the TFLite Converter Python API and the errors. - Provide links to your TensorFlow model and (optionally) TensorFlow Lite Model. ``` ### 3. Failure after conversion
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Jun 15 03:35:58 GMT 2022 - 2.1K bytes - Click Count (0) -
docs/de/docs/advanced/testing-dependencies.md
FastAPI kann sie in jedem Fall überschreiben. /// Anschließend können Sie Ihre Überschreibungen zurücksetzen (entfernen), indem Sie `app.dependency_overrides` auf ein leeres `dict` setzen: ```Python app.dependency_overrides = {} ``` /// tip | TippCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Sep 20 15:10:09 GMT 2025 - 3.2K bytes - Click Count (0) -
docs/pt/docs/advanced/testing-dependencies.md
O FastAPI ainda poderá sobrescrevê-lo. /// E então você pode redefinir as suas sobreposições (removê-las) definindo o `app.dependency_overrides` como um `dict` vazio: ```Python app.dependency_overrides = {} ``` /// tip | DicaCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 2.7K bytes - Click Count (0)