- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 40 for pontos (0.04 sec)
-
docs/pt/docs/python-types.md
```Python first_name="john", last_name="doe" ``` É uma coisa diferente. Estamos usando dois pontos (`:`), não é igual a (`=`). E adicionar type hints normalmente não muda o que acontece do que aconteceria sem eles. Mas agora, imagine que você está novamente no meio da criação dessa função, mas com type hints. No mesmo ponto, você tenta acionar o preenchimento automático com o `Ctrl+Space` e vê:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 10:32:53 UTC 2024 - 17.8K bytes - Viewed (0) -
docs/pt/docs/tutorial/bigger-applications.md
Lembre-se de como nossa estrutura app/file se parece: <img src="/img/tutorial/bigger-applications/package.drawio.svg"> --- Os dois pontos `..`, como em: ```Python from ..dependencies import get_token_header ``` significa:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.6K bytes - Viewed (0) -
docs/pt/docs/alternatives.md
Por ser tão simples, é relativamente intuitivo de aprender, embora a documentação esteja de forma mais técnica em alguns pontos.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 25.5K bytes - Viewed (0) -
docs/pt/docs/async.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 23.6K bytes - Viewed (0) -
docs/SMB3_IMPLEMENTATION_PLAN.md
- 1 QA engineer for test infrastructure - 1 DevOps engineer for CI/CD setup ### Timeline - **Total Duration**: 6-8 months for all features - **Phases 1-2**: 2-3 months (High priority) - **Phases 3-4**: 2 months (Medium priority) - **Phases 5-6**: 2-3 months (Low priority) ### Infrastructure - Windows Server test lab - RDMA-capable test hardware - Continuous integration environment
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
docs/en/docs/fastapi-people.md
/// You can see the **FastAPI Experts** for: * [Last Month](#fastapi-experts-last-month) 🤓 * [3 Months](#fastapi-experts-3-months) 😎 * [6 Months](#fastapi-experts-6-months) 🧐 * [1 Year](#fastapi-experts-1-year) 🧑🔬 * [**All Time**](#fastapi-experts-all-time) 🧙 ### FastAPI Experts - Last Month
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jan 28 20:34:56 UTC 2025 - 10.5K bytes - Viewed (0) -
docs/es/docs/python-types.md
``` Es una cosa diferente. Estamos usando dos puntos (`:`), no igualdades (`=`). Y agregar anotaciones de tipos normalmente no cambia lo que sucede de lo que ocurriría sin ellas. Pero ahora, imagina que nuevamente estás en medio de la creación de esa función, pero con anotaciones de tipos. En el mismo punto, intentas activar el autocompletado con `Ctrl+Espacio` y ves:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 17.6K bytes - Viewed (1) -
docs/id/docs/index.md
```console $ pip install "fastapi[standard]" ---> 100% ``` </div> **Catatan**: Pastikan anda menulis `"fastapi[standard]"` dengan tanda petik untuk memastikan bisa digunakan di semua *terminal*. ## Contoh ### Buat app * Buat file `main.py` dengan: ```Python from typing import Union from fastapi import FastAPI app = FastAPI() @app.get("/") def read_root():
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 20.5K bytes - Viewed (0) -
docs/id/docs/tutorial/first-steps.md
Anda juga bisa menggunakan OpenAPI untuk membuat kode secara otomatis, untuk klien yang menggunakan API anda. Sebagai contoh, frontend, aplikasi mobile atau IoT. ## Ringkasan, secara bertahap ### Langkah 1: impor `FastAPI` {* ../../docs_src/first_steps/tutorial001.py hl[1] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Dec 12 21:46:36 UTC 2024 - 12K bytes - Viewed (0) -
docs/es/docs/advanced/security/oauth2-scopes.md
Creamos una `HTTPException` que podemos reutilizar (`raise`) más tarde en varios puntos. En esta excepción, incluimos los scopes requeridos (si los hay) como un string separado por espacios (usando `scope_str`). Ponemos ese string que contiene los scopes en el header `WWW-Authenticate` (esto es parte de la especificación).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 13.8K bytes - Viewed (0)