- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 874 for Pythons (0.04 sec)
-
docs/em/docs/tutorial/dependencies/classes-as-dependencies.md
"**π§π²**" π π³ π π πͺ "π€" π π’. , π₯ π βοΈ π `something` (π πͺ _π«_ π’) & π πͺ "π€" β«οΈ (π οΈ β«οΈ) π: ```Python something() ``` βοΈ ```Python something(some_argument, some_keyword_argument="foo") ``` β€΄οΈ β«οΈ "π§π²". ## π π π 5οΈβ£π π π β π π π, π βοΈ π π β. πΌ: ```Python class Cat: def __init__(self, name: str): self.name = name
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/tr/docs/async.md
SonuΓ§larΔ± vermeden ΓΆnce beklemeyi gerektirecek ve yeni Python ΓΆzelliklerini destekleyen bir iΕlem olduΔunda aΕaΔΔ±daki gibi kodlayabilirsiniz: ```Python burgers = await get_burgers(2) ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 21.9K bytes - Viewed (0) -
docs/em/docs/tutorial/encoder.md
//// tab | π 3οΈβ£.6οΈβ£ & π ```Python hl_lines="5 22" {!> ../../docs_src/encoder/tutorial001.py!} ``` //// //// tab | π 3οΈβ£.1οΈβ£0οΈβ£ & π ```Python hl_lines="4 21" {!> ../../docs_src/encoder/tutorial001_py310.py!} ``` //// π πΌ, β«οΈ π π Pydantic π· `dict`, & `datetime` `str`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 1.5K bytes - Viewed (0) -
docs/ja/docs/tutorial/dependencies/dependencies-with-yield.md
`yield`γ―εΏ γδΈεΊ¦γ γδ½Ώη¨γγγγγ«γγ¦γγ γγγ /// /// info | "ζ ε ±" γγγεδ½γγγγ«γ―γ**Python 3.7** δ»₯δΈγδ½Ώη¨γγγγ**Python 3.6** γ§γ―"backports"γγ€γ³γΉγγΌγ«γγεΏ θ¦γγγγΎγ: ``` pip install async-exit-stack async-generator ``` γγγ«γγ<a href="https://github.com/sorcio/async_exit_stack" class="external-link" target="_blank">async-exit-stack</a>γ¨<a href="https://github.com/python-trio/async_generator" class="external-link" target="_blank">async-generator</a>γγ€γ³γΉγγΌγ«γγγΎγγ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.4K bytes - Viewed (0) -
docs/en/docs/tutorial/request-form-models.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.8K bytes - Viewed (0) -
docs/em/docs/tutorial/security/oauth2-jwt.md
## β `python-jose` π₯ πͺ β `python-jose` π & β π₯ π€ π: <div class="termy"> ```console $ pip install "python-jose[cryptography]" ---> 100% ``` </div> <a href="https://github.com/mpdavis/python-jose" class="external-link" target="_blank">π-π©π¬</a> π π π©βπ» β.
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/pt/docs/tutorial/dependencies/index.md
//// tab | Python 3.10+ ```Python hl_lines="8-9" {!> ../../docs_src/dependencies/tutorial001_an_py310.py!} ``` //// //// tab | Python 3.9+ ```Python hl_lines="8-11" {!> ../../docs_src/dependencies/tutorial001_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="9-12" {!> ../../docs_src/dependencies/tutorial001_an.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 12.6K bytes - Viewed (0) -
docs/ru/docs/tutorial/schema-extra-example.md
//// tab | Python 3.10+ ```Python hl_lines="22-27" {!> ../../docs_src/schema_extra_example/tutorial003_an_py310.py!} ``` //// //// tab | Python 3.9+ ```Python hl_lines="22-27" {!> ../../docs_src/schema_extra_example/tutorial003_an_py39.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="23-28"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.5K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
```console // Here we don't set the env var yet $ python main.py // As we didn't set the env var, we get the default value Hello World from Python // But if we create an environment variable first $ export MY_NAME="Wade Wilson" // And then call the program again $ python main.py // Now it can read the environment variable Hello Wade Wilson from Python ``` </div>
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/tr/docs/tutorial/query-params.md
AynΔ± Εekilde, varsayΔ±lan deΔerlerini `None` olarak atayarak isteΔe baΔlΔ± parametreler tanΔ±mlayabilirsiniz: //// tab | Python 3.10+ ```Python hl_lines="7" {!> ../../docs_src/query_params/tutorial002_py310.py!} ``` //// //// tab | Python 3.8+ ```Python hl_lines="9" {!> ../../docs_src/query_params/tutorial002.py!} ``` ////
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.9K bytes - Viewed (0)