- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 495 for tip (0.02 sec)
-
docs/en/docs/tutorial/bigger-applications.md
``` //// //// tab | Python 3.8+ non-Annotated /// tip Prefer to use the `Annotated` version if possible. /// ```Python hl_lines="1 4-6" title="app/dependencies.py" {!> ../../docs_src/bigger_applications/app/dependencies.py!} ``` //// /// tip We are using an invented header to simplify this example.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.4K 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/advanced/behind-a-proxy.md
// More stuff here } } ``` /// tip ๐ ๐-๐ ๐ฝ โฎ๏ธ `url` ๐ฒ `/api/v1`, โ โช๏ธโก๏ธ `root_path`. /// ๐ฉบ ๐ <a href="http://127.0.0.1:9999/api/v1/docs" class="external-link" target="_blank">http://127.0.0.1:9999/api/v1/docs</a> โซ๏ธ ๐ ๐ ๐: <img src="/img/tutorial/behind-a-proxy/image03.png"> /// tip ๐ฉบ ๐ ๐ ๐ โฎ๏ธ ๐ฝ ๐ ๐ ๐. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.1K bytes - Viewed (0) -
docs/zh/docs/advanced/websockets.md
{!> ../../docs_src/websockets/tutorial002_an.py!} ``` //// //// tab | Python 3.10+ ้ๅธฆๆณจ่งฃ็ๆฌ /// tip ๅฆๆๅฏ่ฝ๏ผ่ฏทๅฐฝ้ไฝฟ็จ `Annotated` ็ๆฌใ /// ```Python hl_lines="66-67 79" {!> ../../docs_src/websockets/tutorial002_py310.py!} ``` //// //// tab | Python 3.8+ ้ๅธฆๆณจ่งฃ็ๆฌ /// tip ๅฆๆๅฏ่ฝ๏ผ่ฏทๅฐฝ้ไฝฟ็จ `Annotated` ็ๆฌใ /// ```Python hl_lines="68-69 81"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/de/docs/tutorial/request-forms-and-files.md
``` //// //// tab | Python 3.8+ ```Python hl_lines="1" {!> ../../docs_src/request_forms_and_files/tutorial001_an.py!} ``` //// //// tab | Python 3.8+ nicht annotiert /// tip | "Tipp" Bevorzugen Sie die `Annotated`-Version, falls mรถglich. /// ```Python hl_lines="1" {!> ../../docs_src/request_forms_and_files/tutorial001.py!} ``` ////
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.2K bytes - Viewed (0) -
docs/en/docs/tutorial/request-forms-and-files.md
``` //// //// tab | Python 3.8+ ```Python hl_lines="1" {!> ../../docs_src/request_forms_and_files/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_and_files/tutorial001.py!} ``` //// ## Define `File` and `Form` parameters
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.1K 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) -
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)