- Sort Score
- Result 10 results
- Languages All
Results 761 - 770 of 874 for tutorial001 (0.11 sec)
-
docs/en/docs/tutorial/dependencies/sub-dependencies.md
``` //// //// tab | Python 3.8 non-Annotated /// tip Prefer to use the `Annotated` version if possible. /// ```Python hl_lines="8-9" {!> ../../docs_src/dependencies/tutorial005.py!} ``` //// It declares an optional query parameter `q` as a `str`, and then it just returns it. This is quite simple (not very useful), but will help us focus on how the sub-dependencies work.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.5K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/sub-dependencies.md
๐ซ ๐ช **โฌ** ๐ ๐ช ๐ซ. **FastAPI** ๐ โ ๐ ๐ฌ ๐ซ. ## ๐ฅ ๐ "โ" ๐ ๐ช โ ๐ฅ ๐ ("โ") ๐: //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐ ```Python hl_lines="8-9" {!> ../../docs_src/dependencies/tutorial005.py!} ``` //// //// tab | ๐ 3๏ธโฃ.1๏ธโฃ0๏ธโฃ & ๐ ```Python hl_lines="6-7" {!> ../../docs_src/dependencies/tutorial005_py310.py!} ``` //// โซ๏ธ ๐ฃ ๐ฆ ๐ข ๐ข `q` `str`, & โคด๏ธ โซ๏ธ ๐จ โซ๏ธ.
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/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
``` //// //// tab | Python 3.8 non-Annotated /// tip Prefer to use the `Annotated` version if possible. /// ```Python hl_lines="17" {!> ../../docs_src/dependencies/tutorial006.py!} ``` //// These dependencies will be executed/solved the same way as normal dependencies. But their value (if they return any) won't be passed to your *path operation function*. /// tip
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md
``` //// //// tab | Python 3.8 Annotated๊ฐ ์๋ ๊ฒฝ์ฐ /// tip | "ํ" ๊ฐ๋ฅํ๋ค๋ฉด `Annotated`๊ฐ ๋ฌ๋ฆฐ ๋ฒ์ ์ ๊ถ์ฅํฉ๋๋ค. /// ```Python hl_lines="17" {!> ../../docs_src/dependencies/tutorial006.py!} ``` //// ์ด๋ฌํ ์์กด์ฑ๋ค์ ๊ธฐ์กด ์์กด์ฑ๋ค๊ณผ ๊ฐ์ ๋ฐฉ์์ผ๋ก ์คํ/ํด๊ฒฐ๋ฉ๋๋ค. ๊ทธ๋ฌ๋ ๊ฐ์ (๋ฌด์์ด๋ ๋ฐํํ๋ค๋ฉด) *๊ฒฝ๋ก ์๋ ํจ์*์ ์ ๊ณต๋์ง ์์ต๋๋ค. /// tip | "ํ" ์ผ๋ถ ํธ์ง๊ธฐ์์๋ ์ฌ์ฉ๋์ง ์๋ ํจ์ ๋งค๊ฐ๋ณ์๋ฅผ ๊ฒ์ฌํ๊ณ ์ค๋ฅ๋ก ํ์ํฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.7K bytes - Viewed (0) -
docs/en/docs/tutorial/security/simple-oauth2.md
``` //// //// tab | Python 3.8+ non-Annotated /// tip Prefer to use the `Annotated` version if possible. /// ```Python hl_lines="4 76" {!> ../../docs_src/security/tutorial003.py!} ``` //// `OAuth2PasswordRequestForm` is a class dependency that declares a form body with: * The `username`. * The `password`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.3K bytes - Viewed (0) -
docs/de/docs/tutorial/security/simple-oauth2.md
``` //// //// tab | Python 3.8+ nicht annotiert /// tip | "Tipp" Bevorzugen Sie die `Annotated`-Version, falls mรถglich. /// ```Python hl_lines="4 76" {!> ../../docs_src/security/tutorial003.py!} ``` //// `OAuth2PasswordRequestForm` ist eine Klassenabhรคngigkeit, die einen Formularbody deklariert mit: * Dem `username`. * Dem `password`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 14.1K bytes - Viewed (0) -
docs/de/docs/tutorial/dependencies/sub-dependencies.md
``` //// //// tab | Python 3.8 nicht annotiert /// tip | "Tipp" Bevorzugen Sie die `Annotated`-Version, falls mรถglich. /// ```Python hl_lines="8-9" {!> ../../docs_src/dependencies/tutorial005.py!} ``` //// Diese deklariert einen optionalen Abfrageparameter `q` vom Typ `str` und gibt ihn dann einfach zurรผck.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.2K bytes - Viewed (0) -
docs/em/docs/tutorial/security/oauth2-jwt.md
& โ1๏ธโฃ ๐ โ ๐ฅ ๐จ ๐ ๐ #๏ธโฃ ๐ช. & โ1๏ธโฃ 1๏ธโฃ ๐ & ๐จ ๐ฉโ๐ป. //// tab | ๐ 3๏ธโฃ.6๏ธโฃ & ๐ ```Python hl_lines="7 48 55-56 59-60 69-75" {!> ../../docs_src/security/tutorial004.py!} ``` //// //// tab | ๐ 3๏ธโฃ.1๏ธโฃ0๏ธโฃ & ๐ ```Python hl_lines="6 47 54-55 58-59 68-74" {!> ../../docs_src/security/tutorial004_py310.py!} ``` //// /// note
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.5K bytes - Viewed (0) -
docs/ko/docs/advanced/response-cookies.md
# ์๋ต ์ฟ ํค ## `Response` ๋งค๊ฐ๋ณ์ ์ฌ์ฉํ๊ธฐ *๊ฒฝ๋ก ์๋ ํจ์*์์ `Response` ํ์ ์ ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํ ์ ์์ต๋๋ค. ๊ทธ๋ฐ ๋ค์ ํด๋น *์์* ์๋ต ๊ฐ์ฒด์์ ์ฟ ํค๋ฅผ ์ค์ ํ ์ ์์ต๋๋ค. ```Python hl_lines="1 8-9" {!../../docs_src/response_cookies/tutorial002.py!} ``` ๊ทธ๋ฐ ๋ค์ ํ์ํ ๊ฐ์ฒด(`dict`, ๋ฐ์ดํฐ๋ฒ ์ด์ค ๋ชจ๋ธ ๋ฑ)๋ฅผ ๋ฐํํ ์ ์์ต๋๋ค. ๊ทธ๋ฆฌ๊ณ `response_model`์ ์ ์ธํ๋ค๋ฉด ๋ฐํํ ๊ฐ์ฒด๋ฅผ ๊ฑฐ๋ฅด๊ณ ๋ณํํ๋ ๋ฐ ์ฌ์ ํ ์ฌ์ฉ๋ฉ๋๋ค. **FastAPI**๋ ๊ทธ *์์* ์๋ต์์ ์ฟ ํค(๋ํ ํค๋ ๋ฐ ์ํ ์ฝ๋)๋ฅผ ์ถ์ถํ๊ณ , ๋ฐํ๋ ๊ฐ์ด ํฌํจ๋ ์ต์ข ์๋ต์ ์ด๋ฅผ ๋ฃ์ต๋๋ค. ์ด ๊ฐ์ `response_model`๋ก ๊ฑธ๋ฌ์ง๊ฒ ๋ฉ๋๋ค.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 29 10:32:45 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/pt/docs/advanced/security/oauth2-scopes.md
/// tip | Dica Prefira utilizar a versรฃo `Annotated` se possรญvel. /// ```Python hl_lines="2 5 9 13 47 65 106 108-116 122-125 129-135 140 156" {!> ../../docs_src/security/tutorial005.py!} ``` //// Agora vamos revisar essas mudanรงas passo a passo. ## Esquema de seguranรงa OAuth2
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 21.7K bytes - Viewed (0)