- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 513 for taip (0.04 sec)
-
docs/em/docs/tutorial/dependencies/dependencies-with-yield.md
# ๐ โฎ๏ธ ๐พ FastAPI ๐โ๐ฆบ ๐ ๐ <abbr title='sometimes also called "exit", "cleanup", "teardown", "close", "context managers", ...'>โ ๐ โฎ๏ธ ๐</abbr>. ๐, โ๏ธ `yield` โฉ๏ธ `return`, & โ โ ๐ โฎ๏ธ. /// tip โ ๐ญ โ๏ธ `yield` 1๏ธโฃ ๐ ๐ฐ. /// /// note | "๐ก โน" ๐ ๐ข ๐ โ โ๏ธ โฎ๏ธ: * <a href="https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager" class="external-link" target="_blank">`@contextlib.contextmanager`</a> โ๏ธ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.6K bytes - Viewed (0) -
docs/de/docs/advanced/openapi-callbacks.md
Dieser Teil ist ziemlich normal, der grรถรte Teil des Codes ist Ihnen wahrscheinlich bereits bekannt: ```Python hl_lines="9-13 36-53" {!../../docs_src/openapi_callbacks/tutorial001.py!} ``` /// tip | "Tipp" Der Query-Parameter `callback_url` verwendet einen Pydantic-<a href="https://docs.pydantic.dev/latest/api/networks/" class="external-link" target="_blank">Url</a>-Typ. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.8K bytes - Viewed (0) -
docs/en/docs/tutorial/request-forms.md
``` //// //// tab | Python 3.8+ ```Python hl_lines="1" {!> ../../docs_src/request_forms/tutorial001_an.py!} ``` //// //// tab | Python 3.8+ non-Annotated /// tip Prefer to use the `Annotated` version if possible. /// ```Python hl_lines="1" {!> ../../docs_src/request_forms/tutorial001.py!} ``` //// ## Define `Form` parameters
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.3K bytes - Viewed (0) -
docs/em/docs/tutorial/bigger-applications.md
โย ย โโโ main.py โย ย โโโ dependencies.py โย ย โโโ routers โย ย โ โโโ __init__.py โย ย โ โโโ items.py โย ย โ โโโ users.py โย ย โโโ internal โย ย โโโ __init__.py โย ย โโโ admin.py ``` /// tip ๐ค ๐ `__init__.py` ๐: 1๏ธโฃ ๐ ๐ โ๏ธ ๐. ๐ โซ๏ธโ โ ๐ญ ๐ โช๏ธโก๏ธ 1๏ธโฃ ๐ ๐ โ1๏ธโฃ. ๐ผ, `app/main.py` ๐ ๐ช โ๏ธ โธ ๐: ``` from app.routers import items ``` ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.5K bytes - Viewed (0) -
docs/pt/docs/advanced/async-tests.md
## Em Detalhes O marcador `@pytest.mark.anyio` informa ao pytest que esta funรงรฃo de teste deve ser invocada de maneira assรญncrona: ```Python hl_lines="7" {!../../docs_src/async_tests/test_main.py!} ``` /// 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 Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.4K bytes - Viewed (0) -
docs/zh/docs/tutorial/testing.md
{!../../docs_src/app_testing/tutorial001.py!} ``` /// tip | "ๆ็คบ" ๆณจๆๆต่ฏๅฝๆฐๆฏๆฎ้็ `def`๏ผไธๆฏ `async def`ใ ่ฟๆclient็่ฐ็จไนๆฏๆฎ้็่ฐ็จ๏ผไธๆฏ็จ `await`ใ ่ฟ่ฎฉไฝ ๅฏไปฅ็ดๆฅไฝฟ็จ `pytest` ่ไธไผ้ๅฐ้บป็ฆใ /// /// note | "ๆๆฏ็ป่" ไฝ ไนๅฏไปฅ็จ `from starlette.testclient import TestClient`ใ **FastAPI** ๆไพไบๅ `starlette.testclient` ไธๆ ท็ `fastapi.testclient`๏ผๅชๆฏไธบไบๆนไพฟๅผๅ่ ใไฝๅฎ็ดๆฅๆฅ่ชStarletteใ /// /// tip | "ๆ็คบ"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6K bytes - Viewed (0) -
docs/em/docs/tutorial/sql-databases.md
โฎ๏ธ ๐, ๐ฅ ๐ช ๐ค `crud.get_user` ๐ โช๏ธโก๏ธ ๐ *โก ๐ ๏ธ ๐ข* & โ๏ธ ๐ ๐. /// tip ๐ ๐ ๐ฒ ๐ ๐จ ๐ธ๐ฒ ๐ท, โ๏ธ ๐ ๐ธ๐ฒ ๐ท. โ๏ธ ๐ *โก ๐ ๏ธ* โ๏ธ `response_model` โฎ๏ธ Pydantic *๐ท* / ๐ โ๏ธ `orm_mode`, ๐ฝ ๐ฃ ๐ Pydantic ๐ท ๐ โ โช๏ธโก๏ธ ๐ซ & ๐จ ๐ฉโ๐ป, โฎ๏ธ ๐ ๐ โฝ & ๐ฌ. /// /// tip ๐ ๐ ๐ค `response_models` ๐ โ๏ธ ๐ฉ ๐ ๐ ๐ `List[schemas.Item]`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
docs/ko/docs/tutorial/schema-extra-example.md
``` //// //// tab | Python 3.10+ Annotated๊ฐ ์๋ ๊ฒฝ์ฐ /// tip | "ํ" ๊ฐ๋ฅํ๋ค๋ฉด `Annotated`๊ฐ ๋ฌ๋ฆฐ ๋ฒ์ ์ ๊ถ์ฅํฉ๋๋ค. /// ```Python hl_lines="18-25" {!> ../../docs_src/schema_extra_example/tutorial003_py310.py!} ``` //// //// tab | Python 3.8+ Annotated๊ฐ ์๋ ๊ฒฝ์ฐ /// tip | "ํ" ๊ฐ๋ฅํ๋ค๋ฉด `Annotated`๊ฐ ๋ฌ๋ฆฐ ๋ฒ์ ์ ๊ถ์ฅํฉ๋๋ค. /// ```Python hl_lines="20-27"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.5K bytes - Viewed (0) -
docs/de/docs/advanced/async-tests.md
---> 100% ``` </div> ## Details Der Marker `@pytest.mark.anyio` teilt pytest mit, dass diese Testfunktion asynchron aufgerufen werden soll: {* ../../docs_src/async_tests/test_main.py hl[7] *} /// tip | "Tipp" Beachten Sie, dass die Testfunktion jetzt `async def` ist und nicht nur `def` wie zuvor, wenn Sie den `TestClient` verwenden. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:34:47 UTC 2024 - 4.3K bytes - Viewed (0) -
docs/en/docs/advanced/async-tests.md
---> 100% ``` </div> ## In Detail The marker `@pytest.mark.anyio` tells pytest that this test function should be called asynchronously: {* ../../docs_src/async_tests/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 Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 15:43:29 UTC 2024 - 3.8K bytes - Viewed (0)