- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 614 for tiap (0.06 sec)
-
docs/en/docs/advanced/async-tests.md
</div> ## In Detail { #in-detail } The marker `@pytest.mark.anyio` tells pytest that this test function should be called asynchronously: {* ../../docs_src/async_tests/app_a_py39/test_main.py hl[7] *} /// tip Note that the test function is now `async def` instead of just `def` as before when using the `TestClient`. /// Then we can create an `AsyncClient` with the app, and send async requests to it, using `await`.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 4K bytes - Viewed (0) -
docs/zh/docs/advanced/openapi-callbacks.md
{ "ok": true } ``` /// tip | 提示 注意,回调 URL包含 `callback_url` (`https://www.external.org/events`)中的查询参数,还有 JSON 请求体内部的发票 ID(`2expen51ve`)。 /// ### 添加回调路由 至此,在上文创建的回调路由里就包含了*回调路径操作*(外部开发者要在外部 API 中实现)。 现在使用 API *路径操作装饰器*的参数 `callbacks`,从回调路由传递属性 `.routes`(实际上只是路由/路径操作的**列表**): {* ../../docs_src/openapi_callbacks/tutorial001.py hl[36] *} /// tip | 提示Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.5K bytes - Viewed (0) -
docs/ja/llm-prompt.md
- path operation: パスオペレーション - path operation function: パスオペレーション関数 ### `///` 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 | 確認`
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 17:30:52 UTC 2025 - 1.3K bytes - Viewed (0) -
docs/ko/llm-prompt.md
- path operation: 경로 처리 - path operation function: 경로 처리 함수 ### `///` 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 | 참고` - `/// tip | 팁` - `/// warning | 경고` - `/// info | 정보` - `/// danger | 위험` - `/// note Technical Details | 기술 세부사항` - `/// check | 확인` Notes:
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 17:32:05 UTC 2025 - 1.4K bytes - Viewed (0) -
docs/es/docs/advanced/settings.md
Por esta razón, es común proporcionarlas en variables de entorno que son leídas por la aplicación. /// tip | Consejo Para entender las variables de entorno, puedes leer [Variables de Entorno](../environment-variables.md){.internal-link target=_blank}. /// ## Tipos y validación { #types-and-validation }
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 13.2K bytes - Viewed (0) -
docs/pt/docs/advanced/async-tests.md
## Em Detalhes { #in-detail } O marcador `@pytest.mark.anyio` informa ao pytest que esta função de teste deve ser invocada de maneira assíncrona: {* ../../docs_src/async_tests/app_a_py39/test_main.py hl[7] *} /// tip | Dica Note que a função de teste é `async def` agora, no lugar de apenas `def` como quando estávamos utilizando o `TestClient` anteriormente. ///Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 4.5K bytes - Viewed (0) -
docs/zh/docs/tutorial/testing.md
/// tip | 提示 注意测试函数是普通的 `def`,不是 `async def`。 还有client的调用也是普通的调用,不是用 `await`。 这让你可以直接使用 `pytest` 而不会遇到麻烦。 /// /// note | 技术细节 你也可以用 `from starlette.testclient import TestClient`。 **FastAPI** 提供了和 `starlette.testclient` 一样的 `fastapi.testclient`,只是为了方便开发者。但它直接来自Starlette。 /// /// tip | 提示
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 5.9K bytes - Viewed (0) -
docs/es/docs/advanced/async-tests.md
</div> ## En Detalle { #in-detail } El marcador `@pytest.mark.anyio` le dice a pytest que esta función de test debe ser llamada asíncronamente: {* ../../docs_src/async_tests/app_a_py39/test_main.py hl[7] *} /// tip | Consejo Nota que la función de test ahora es `async def` en lugar de solo `def` como antes al usar el `TestClient`. ///Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/lt/stopwords.txt
mudviese mumis mums mumyse mus mūsų nei nes net nors nuo o pat per po prie prieš sau save savęs savimi savo savyje su tačiau tada tai taip tas tau tave tavęs tavimi tavyje ten to todėl tu tuo už visi
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 19 06:31:02 UTC 2018 - 786 bytes - Viewed (0) -
docs/zh-hant/docs/virtual-environments.md
```console $ uv venv ``` </div> /// tip 預設情況下,`uv` 會在一個名為 `.venv` 的目錄中建立一個虛擬環境。 但你可以透過傳遞一個額外的引數來自訂它,指定目錄的名稱。 /// //// 這個命令會在一個名為 `.venv` 的目錄中建立一個新的虛擬環境。 /// details | `.venv`,或是其他名稱 你可以在不同的目錄下建立虛擬環境,但通常我們會把它命名為 `.venv`。 /// ## 啟動虛擬環境 啟動新的虛擬環境來確保你運行的任何 Python 指令或安裝的套件都能使用到它。 /// tip **每次**開始一個**新的終端會話**來在這個專案工作時,你都需要執行這個操作。
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 09 22:39:33 UTC 2024 - 20.7K bytes - Viewed (0)