- Sort Score
- Result 10 results
- Languages All
Results 591 - 600 of 681 for Python (0.04 sec)
-
docs/en/docs/fastapi-cli.md
``` </div> The command line program called `fastapi` is **FastAPI CLI**. FastAPI CLI takes the path to your Python program (e.g. `main.py`) and automatically detects the `FastAPI` instance (commonly named `app`), determines the correct import process, and then serves it. For production you would use `fastapi run` instead. ๐
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 4.8K bytes - Viewed (0) -
docs/em/docs/tutorial/body-updates.md
{* ../../docs_src/body_updates/tutorial001.py hl[30:35] *} `PUT` โ๏ธ ๐จ ๐ฝ ๐ ๐ โ โป ๐ฝ. ### โ ๐ โ ๐ โ ๐ ๐ฅ ๐ ๐ โน ๐ฌ `bar` โ๏ธ `PUT` โฎ๏ธ ๐ช โ: ```Python { "name": "Barz", "price": 3, "description": None, } ``` โฉ๏ธ โซ๏ธ ๐ซ ๐ โช ๐ช ๐ข `"tax": 20.2`, ๐ข ๐ท ๐ โ ๐ข ๐ฒ `"tax": 10.5`. & ๐ ๐ ๐ โฎ๏ธ ๐ "๐" `tax` `10.5`. ## ๐ โน โฎ๏ธ `PATCH`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 11:27:35 UTC 2024 - 3.2K bytes - Viewed (0) -
docs/en/docs/benchmarks.md
But when checking benchmarks and comparisons you should keep the following in mind.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 3.5K bytes - Viewed (0) -
docs/em/docs/tutorial/security/simple-oauth2.md
{* ../../docs_src/security/tutorial003.py hl[80:83] *} #### ๐ `**user_dict` `UserInDB(**user_dict)` โ: *๐ถโโ๏ธ ๐ & ๐ฒ `user_dict` ๐ ๐-๐ฒ โ, ๐:* ```Python UserInDB( username = user_dict["username"], email = user_dict["email"], full_name = user_dict["full_name"], disabled = user_dict["disabled"], hashed_password = user_dict["hashed_password"],
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/es/docs/deployment/server-workers.md
<font color="#3465A4">INFO </font> Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font> โญโ <font color="#8AE234"><b>Python module file</b></font> โโฎ โ โ โ ๐ main.py โ โ โ โฐโโโโโโโโโโโโโโโโโโโโโโโฏ <font color="#3465A4">INFO </font> Importing module <font color="#4E9A06">main</font>
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8.9K bytes - Viewed (0) -
docs/ko/docs/advanced/events.md
{* ../../docs_src/events/tutorial003.py hl[1,13] *} ํ์ด์ฌ์์ **์ปจํ ์คํธ ๋งค๋์ **๋ `with` ๋ฌธ์์ ์ฌ์ฉํ ์ ์๋ ๊ฒ์ ๋๋ค. ์๋ฅผ ๋ค์ด, `open()`์ ์ปจํ ์คํธ ๋งค๋์ ๋ก ์ฌ์ฉํ ์ ์์ต๋๋ค: ```Python with open("file.txt") as file: file.read() ``` ์ต๊ทผ ๋ฒ์ ์ ํ์ด์ฌ์์๋ **๋น๋๊ธฐ ์ปจํ ์คํธ ๋งค๋์ **๋ ์์ต๋๋ค. ์ด๋ฅผ `async with`์ ํจ๊ป ์ฌ์ฉํฉ๋๋ค: ```Python async with lifespan(app): await do_stuff() ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:33:53 UTC 2025 - 9.2K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/oauth2-jwt.md
## Instalar `PyJWT` Nรณs precisamos instalar o `PyJWT` para criar e verificar os tokens JWT em Python. Certifique-se de criar um [ambiente virtual](../../virtual-environments.md){.internal-link target=_blank}, ativรก-lo e entรฃo instalar o `pyjwt`: <div class="termy"> ```console $ pip install pyjwt ---> 100%
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 11K bytes - Viewed (0) -
docs/ko/docs/deployment/server-workers.md
```Python from main import app ``` * ๊ณง, `main:app`์์ ์๋ ์ฝ๋ก ์ ์๋ฏธ๋ ํ์ด์ฌ์์ `from main import app`์์์ `import`์ ๊ฐ์ต๋๋ค. * `--workers`: ์ฌ์ฉํ ์์ปค ํ๋ก์ธ์ค์ ๊ฐ์์ด๋ฉฐ ์ซ์๋งํผ์ ์ ๋น์ฝ ์์ปค๋ฅผ ์คํํฉ๋๋ค. ์ด ์์ ์์๋ 4๊ฐ์ ์์ปค๋ฅผ ์คํํฉ๋๋ค. * `--worker-class`: ์์ปค ํ๋ก์ธ์ค์์ ์ฌ์ฉํ๊ธฐ ์ํ ๊ตฌ๋์ฝ๊ณผ ํธํ๋๋ ์์ปคํด๋์ค. * ์ด๋ฐ์์ผ๋ก ๊ตฌ๋์ฝ์ด importํ์ฌ ์ฌ์ฉํ ์ ์๋ ํด๋์ค๋ฅผ ์ ๋ฌํด์ค๋๋ค: ```Python import uvicorn.workers.UvicornWorker ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10.2K bytes - Viewed (0) -
docs/es/docs/tutorial/body-updates.md
`PUT` se usa para recibir datos que deben reemplazar los datos existentes. ### Advertencia sobre el reemplazo Esto significa que si quieres actualizar el รญtem `bar` usando `PUT` con un body que contenga: ```Python { "name": "Barz", "price": 3, "description": None, } ``` debido a que no incluye el atributo ya almacenado `"tax": 20.2`, el modelo de entrada tomarรญa el valor por defecto de `"tax": 10.5`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.9K bytes - Viewed (0) -
docs/de/docs/tutorial/body-updates.md
### Warnung bezรผglich des Ersetzens Das bedeutet, dass, wenn Sie den Artikel `bar` aktualisieren wollen, mittels `PUT` und folgendem Body: ```Python { "name": "Barz", "price": 3, "description": None, } ``` das Eingabemodell nun den Defaultwert `"tax": 10.5` hat, weil Sie das bereits gespeicherte Attribut `"tax": 20.2` nicht mit รผbergeben haben.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.3K bytes - Viewed (0)