- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 975 for tiap (0.02 seconds)
-
docs/en/docs/tutorial/dependencies/classes-as-dependencies.md
//// tab | Python 3.10+ ```Python commons: Annotated[CommonQueryParams, Depends(CommonQueryParams)] ``` //// //// tab | Python 3.10+ non-Annotated /// tip Prefer to use the `Annotated` version if possible. /// ```Python commons: CommonQueryParams = Depends(CommonQueryParams) ``` //// The last `CommonQueryParams`, in:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 11 18:32:12 GMT 2026 - 6.8K bytes - Click Count (0) -
docs/pt/docs/tutorial/dependencies/classes-as-dependencies.md
//// tab | Python 3.10+ ```Python commons: Annotated[CommonQueryParams, Depends(CommonQueryParams)] ``` //// //// tab | Python 3.10+ non-Annotated /// tip | Dica Utilize a versão com `Annotated` se possível. /// ```Python commons: CommonQueryParams = Depends(CommonQueryParams) ``` //// O último `CommonQueryParams`, em:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:48:53 GMT 2026 - 7.3K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/EnrichedReportRenderer.groovy
divider.style.margin = "5px"; var tip = document.createElement("small"); tip.textContent = "Use the 'bin.cmp.report.severity.filter' property to set the default severity filter"; tip.style.padding = "20px"; var menu = document.querySelectorAll("ul .dropdown-menu")[0];
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:18:18 GMT 2026 - 7K bytes - Click Count (0) -
docs/fr/docs/tutorial/dependencies/classes-as-dependencies.md
//// tab | Python 3.10+ ```Python commons: Annotated[CommonQueryParams, Depends(CommonQueryParams)] ``` //// //// tab | Python 3.10+ sans Annotated /// tip | Astuce Privilégiez la version avec `Annotated` si possible. /// ```Python commons: CommonQueryParams = Depends(CommonQueryParams) ``` //// Le dernier `CommonQueryParams`, dans :
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 7.5K bytes - Click Count (0) -
docs/pt/docs/advanced/settings.md
A maioria dessas configurações é variável (pode mudar), como URLs de banco de dados. E muitas podem ser sensíveis, como segredos. Por esse motivo, é comum fornecê-las em variáveis de ambiente lidas pela aplicação. /// tip | Dica Para entender variáveis de ambiente, você pode ler [Variáveis de Ambiente](../environment-variables.md). /// ## Tipagem e validação { #types-and-validation }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 11.5K bytes - Click Count (0) -
docs/ru/docs/advanced/openapi-callbacks.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 12.4K bytes - Click Count (0) -
docs/en/docs/virtual-environments.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 22.1K bytes - Click Count (0) -
docs/tr/docs/advanced/async-tests.md
</div> ## Detaylı Anlatım { #in-detail } `@pytest.mark.anyio` marker'ı, pytest'e bu test fonksiyonunun asenkron olarak çağrılması gerektiğini söyler: {* ../../docs_src/async_tests/app_a_py310/test_main.py hl[7] *} /// tip | İpucu Test fonksiyonu artık `TestClient` kullanırken eskiden olduğu gibi sadece `def` değil, `async def`. /// Ardından app ile bir `AsyncClient` oluşturup `await` kullanarak ona async request'ler gönderebiliriz.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 4.2K bytes - Click Count (0) -
docs/ja/llm-prompt.md
- path operation: path operation (do not translate) ### `///` admonitions 1) Keep the admonition keyword in English (do not translate `note`, `tip`, etc.). 2) If a title is present, prefer these canonical titles: - `/// note | 備考` - `/// note | 技術詳細` - `/// tip | 豆知識` - `/// warning | 注意` - `/// info | 情報` - `/// check | 確認`
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 16:44:21 GMT 2026 - 1.3K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/dependencies/classes-as-dependencies.md
//// tab | Python 3.10+ 非 Annotated /// tip 如有可能,優先使用 `Annotated` 版本。 /// ```Python commons: CommonQueryParams = Depends(CommonQueryParams) ``` //// ...而是改為: //// tab | Python 3.10+ ```Python commons: Annotated[CommonQueryParams, Depends()] ``` //// //// tab | Python 3.10+ 非 Annotated /// tip 如有可能,優先使用 `Annotated` 版本。 ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:15:26 GMT 2026 - 6.7K bytes - Click Count (0)