- Sort Score
- Result 10 results
- Languages All
Results 541 - 550 of 874 for tutorial001 (0.16 sec)
-
docs/em/docs/advanced/generate-clients.md
## ๐ ๐ ๐ธ ๐ฉโ๐ป โก๏ธ โถ๏ธ โฎ๏ธ ๐ FastAPI ๐ธ: //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐ ```Python hl_lines="9-11 14-15 18 19 23" {!> ../../docs_src/generate_clients/tutorial001.py!} ``` //// //// tab | ๐ 3๏ธโฃ.9๏ธโฃ & ๐ ```Python hl_lines="7-9 12-13 16-17 21" {!> ../../docs_src/generate_clients/tutorial001_py39.py!} ``` ////
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.4K bytes - Viewed (0) -
docs/en/docs/tutorial/schema-extra-example.md
```Python hl_lines="13-23" {!> ../../docs_src/schema_extra_example/tutorial001_py310_pv1.py!} ``` //// //// tab | Python 3.8+ Pydantic v2 ```Python hl_lines="15-26" {!> ../../docs_src/schema_extra_example/tutorial001.py!} ``` //// //// tab | Python 3.8+ Pydantic v1 ```Python hl_lines="15-25" {!> ../../docs_src/schema_extra_example/tutorial001_pv1.py!} ``` ////
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.6K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
๐ ๐ โฎ๏ธ Pydantic ๐ท, ๐ ๐ฃ ๐ ๐ข โฎ๏ธ ๐ โ, & ๐ฒ ๐ข ๐ฒ. ๐ ๐ช โ๏ธ ๐ ๐ ๐ฌ โ & ๐งฐ ๐ โ๏ธ Pydantic ๐ท, ๐ ๐ ๐ ๐ & ๐ ๐ฌ โฎ๏ธ `Field()`. ```Python hl_lines="2 5-8 11" {!../../docs_src/settings/tutorial001.py!} ``` /// tip ๐ฅ ๐ ๐ ๐ณ โฉ ๐ & ๐, ๐ซ โ๏ธ ๐ ๐ผ, โ๏ธ ๐ 1๏ธโฃ ๐. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0) -
docs/de/docs/advanced/events.md
### `startup`-Event Um eine Funktion hinzuzufรผgen, die vor dem Start der Anwendung ausgefรผhrt werden soll, deklarieren Sie diese mit dem Event `startup`: ```Python hl_lines="8" {!../../docs_src/events/tutorial001.py!} ``` In diesem Fall initialisiert die Eventhandler-Funktion `startup` die โDatenbankโ der Items (nur ein `dict`) mit einigen Werten. Sie kรถnnen mehr als eine Eventhandler-Funktion hinzufรผgen.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.1K bytes - Viewed (0) -
docs/em/docs/tutorial/testing.md
โ ๐ข โฎ๏ธ ๐ ๐ โถ๏ธ โฎ๏ธ `test_` (๐ ๐ฉ `pytest` ๐). โ๏ธ `TestClient` ๐ ๐ ๐ ๐ โฎ๏ธ `httpx`. โ ๐ `assert` ๐ โฎ๏ธ ๐ฉ ๐ ๐งฌ ๐ ๐ ๐ช โ (๐, ๐ฉ `pytest`). ```Python hl_lines="2 12 15-18" {!../../docs_src/app_testing/tutorial001.py!} ``` /// tip ๐ ๐ ๐ฌ ๐ข ๐ `def`, ๐ซ `async def`. & ๐ค ๐ฉโ๐ป ๐ ๐ค, ๐ซ โ๏ธ `await`. ๐ โ ๐ โ๏ธ `pytest` ๐ ๐ต ๐คข. /// /// note | "๐ก โน"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0) -
docs/ja/docs/tutorial/debugging.md
# ใใใใฐ Visual Studio CodeใPyCharmใชใฉใไฝฟ็จใใฆใใจใใฃใฟใผไธใงใใใใฌใผใจ้ฃๆบใงใใพใใ ## `uvicorn` ใฎๅฎ่ก FastAPIใขใใชใฑใผใทใงใณไธใงใ`uvicorn` ใ็ดๆฅใคใณใใผใใใฆๅฎ่กใใพใ: ```Python hl_lines="1 15" {!../../docs_src/debugging/tutorial001.py!} ``` ### `__name__ == "__main__"` ใซใคใใฆ `__name__ == "__main__"` ใฎไธปใช็ฎ็ใฏใใใกใคใซใๆฌกใฎใณใใณใใงๅผใณๅบใใใใจใใซๅฎ่กใใใใณใผใใ็จๆใใใใจใงใ: <div class="termy"> ```console $ python myapp.py ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3K bytes - Viewed (0) -
docs/de/docs/tutorial/security/get-current-user.md
``` //// //// tab | Python 3.8+ nicht annotiert /// tip | "Tipp" Bevorzugen Sie die `Annotated`-Version, falls mรถglich. /// ```Python hl_lines="10" {!> ../../docs_src/security/tutorial001.py!} ``` //// Aber das ist immer noch nicht so nรผtzlich. Lassen wir es uns den aktuellen Benutzer รผberreichen. ## Ein Benutzermodell erstellen Erstellen wir zunรคchst ein Pydantic-Benutzermodell.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.3K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/get-current-user.md
```Python hl_lines="10" {!../../docs_src/security/tutorial001.py!} ``` ๊ทธ๋ฌ๋ ์์ง๋ ์ ์ฉํ์ง ์์ต๋๋ค. ํ์ฌ ์ฌ์ฉ์๋ฅผ ์ ๊ณตํ๋๋ก ํฉ์๋ค. ## ์ ์ ๋ชจ๋ธ ์์ฑํ๊ธฐ ๋จผ์ Pydantic ์ ์ ๋ชจ๋ธ์ ๋ง๋ค์ด ๋ณด๊ฒ ์ต๋๋ค. Pydantic์ ์ฌ์ฉํ์ฌ ๋ณธ๋ฌธ์ ์ ์ธํ๋ ๊ฒ๊ณผ ๊ฐ์ ๋ฐฉ์์ผ๋ก ๋ค๋ฅธ ๊ณณ์์ ์ฌ์ฉํ ์ ์์ต๋๋ค. //// tab | ํ์ด์ฌ 3.7 ์ด์ ```Python hl_lines="5 12-16" {!> ../../docs_src/security/tutorial002.py!} ``` //// //// tab | ํ์ด์ฌ 3.10 ์ด์
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.6K bytes - Viewed (0) -
docs/ja/docs/tutorial/extra-models.md
```Python hl_lines="1 14 15 18 19 20 33" {!../../docs_src/extra_models/tutorial003.py!} ``` ## ใขใใซใฎใชในใ ๅใใใใซใใชใใธใงใฏใใฎใชในใใฎใฌในใใณในใๅฎฃ่จใใใใจใใงใใพใใ ใใฎใใใซใฏใๆจๆบใฎPythonใฎ`typing.List`ใไฝฟ็จใใ: ```Python hl_lines="1 20" {!../../docs_src/extra_models/tutorial004.py!} ``` ## ไปปๆใฎ`dict`ใๆใคใฌในใใณใน ใพใใPydanticใขใใซใไฝฟ็จใใใซใใญใผใจๅคใฎๅใ ใใๅฎ็พฉใใไปปๆใฎ`dict`ใไฝฟใฃใฆใฌในใใณในใๅฎฃ่จใใใใจใใงใใพใใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/ja/docs/tutorial/body-updates.md
```Python hl_lines="34" {!../../docs_src/body_updates/tutorial002.py!} ``` ### Pydanticใฎ`update`ใใฉใกใผใฟ ใใใงใ`.copy()`ใ็จใใฆๆขๅญใฎใขใใซใฎใณใใผใไฝๆใใ`update`ใใฉใกใผใฟใซๆดๆฐใใใใผใฟใๅซใ`dict`ใๆธกใใใจใใงใใพใใ `stored_item_model.copy(update=update_data)`ใฎใใใซ: ```Python hl_lines="35" {!../../docs_src/body_updates/tutorial002.py!} ``` ### ้จๅ็ๆดๆฐใฎใพใจใ ใพใจใใใจใ้จๅ็ใชๆดๆฐใ้ฉ็จใใใซใฏใๆฌกใฎใใใซใใพใ:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.1K bytes - Viewed (0)