- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 79 for Editor (0.03 seconds)
-
docs/en/docs/tutorial/body.md
<img src="/img/tutorial/body/image01.png"> And will also be used in the API docs inside each *path operation* that needs them: <img src="/img/tutorial/body/image02.png"> ## Editor support { #editor-support } In your editor, inside your function you will get type hints and completion everywhere (this wouldn't happen if you received a `dict` instead of a Pydantic model): <img src="/img/tutorial/body/image03.png">
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 6.8K bytes - Click Count (0) -
docs/de/docs/tutorial/body.md
<img src="/img/tutorial/body/image01.png"> Und werden auch in der API-Dokumentation innerhalb jeder *Pfadoperation*, die sie benötigt, verwendet: <img src="/img/tutorial/body/image02.png"> ## Editor-Unterstützung { #editor-support } In Ihrem Editor erhalten Sie innerhalb Ihrer Funktion Typhinweise und Code-Vervollständigung überall (was nicht der Fall wäre, wenn Sie ein `dict` anstelle eines Pydantic-Modells erhalten hätten):
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 24 10:28:19 GMT 2025 - 7.9K bytes - Click Count (0) -
docs/es/docs/tutorial/body.md
<img src="/img/tutorial/body/image01.png"> Y también se utilizarán en la documentación API dentro de cada *path operation* que los necesite: <img src="/img/tutorial/body/image02.png"> ## Soporte del editor { #editor-support } En tu editor, dentro de tu función, obtendrás anotaciones de tipos y autocompletado en todas partes (esto no sucedería si recibieras un `dict` en lugar de un modelo de Pydantic): <img src="/img/tutorial/body/image03.png">
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.6K bytes - Click Count (0) -
docs/pt/docs/tutorial/body.md
E também serão utilizados na documentação da API dentro de cada *operação de rota* que precisar deles: <img src="/img/tutorial/body/image02.png"> ## Suporte do editor { #editor-support } No seu editor, dentro da função você receberá dicas de tipos e completação em todo lugar (isso não aconteceria se você recebesse um `dict` em vez de um modelo Pydantic): <img src="/img/tutorial/body/image03.png">
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.9K bytes - Click Count (0) -
docs/en/docs/tutorial/response-model.md
/// tip If you have strict type checks in your editor, mypy, etc, you can declare the function return type as `Any`. That way you tell the editor that you are intentionally returning anything. But FastAPI will still do the data documentation, validation, filtering, etc. with the `response_model`. ///
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 15:55:38 GMT 2025 - 15.5K bytes - Click Count (0) -
docs/en/docs/tutorial/body-nested-models.md
``` as in: {* ../../docs_src/body_nested_models/tutorial008_py39.py hl[13] *} ## Editor support everywhere { #editor-support-everywhere } And you get editor support everywhere. Even for items inside of lists: <img src="/img/tutorial/body-nested-models/image01.png"> You couldn't get this kind of editor support if you were working directly with `dict` instead of Pydantic models.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 6.7K bytes - Click Count (0) -
docs/de/docs/tutorial/body-nested-models.md
``` so wie in: {* ../../docs_src/body_nested_models/tutorial008_py39.py hl[13] *} ## Editor-Unterstützung überall { #editor-support-everywhere } Und Sie erhalten Editor-Unterstützung überall. Selbst für Dinge in Listen: <img src="/img/tutorial/body-nested-models/image01.png"> Sie würden diese Editor-Unterstützung nicht erhalten, wenn Sie direkt mit `dict`, statt mit Pydantic-Modellen arbeiten würden.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.6K bytes - Click Count (0) -
docs/es/docs/features.md
Aquí está cómo tu editor podría ayudarte: * en <a href="https://code.visualstudio.com/" class="external-link" target="_blank">Visual Studio Code</a>:  * en <a href="https://www.jetbrains.com/pycharm/" class="external-link" target="_blank">PyCharm</a>: 
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:15:01 GMT 2025 - 10.8K bytes - Click Count (0) -
docs/es/docs/tutorial/body-nested-models.md
{* ../../docs_src/body_nested_models/tutorial008_py39.py hl[13] *} ## Soporte de editor en todas partes { #editor-support-everywhere } Y obtienes soporte de editor en todas partes. Incluso para elementos dentro de listas: <img src="/img/tutorial/body-nested-models/image01.png"> No podrías obtener este tipo de soporte de editor si estuvieras trabajando directamente con `dict` en lugar de modelos Pydantic.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/body-nested-models.md
{* ../../docs_src/body_nested_models/tutorial008_py39.py hl[13] *} ## Suporte de editor em todo canto { #editor-support-everywhere } E você obtém suporte do editor em todos os lugares. Mesmo para itens dentro de listas: <img src="/img/tutorial/body-nested-models/image01.png"> Você não conseguiria este tipo de suporte de editor se estivesse trabalhando diretamente com `dict` em vez de modelos Pydantic.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.4K bytes - Click Count (0)