- Sort Score
- Result 10 results
- Languages All
Results 541 - 550 of 682 for Pythons (0.36 sec)
-
docs/em/docs/advanced/testing-dependencies.md
โฎ๏ธ ๐ ๐ช โ๏ธ *โก ๐ ๏ธ ๐ข*, *โก ๐ ๏ธ ๐จโ๐จ* (๐โ ๐ ๐ซ โ๏ธ ๐จ ๐ฒ), `.include_router()` ๐ค, โ๏ธ. FastAPI ๐ ๐ช ๐ โซ๏ธ. /// โคด๏ธ ๐ ๐ช โฒ ๐ ๐ (โ ๐ซ) โ `app.dependency_overrides` ๐ `dict`: ```Python app.dependency_overrides = {} ``` /// tip ๐ฅ ๐ ๐ ๐ ๐ ๐ด โฎ๏ธ ๐ฏ, ๐ ๐ช โ ๐ โถ๏ธ ๐ฏ (๐ ๐ฏ ๐ข) & โฒ โซ๏ธ ๐ (๐ ๐ฏ ๐ข).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.7K bytes - Viewed (0) -
docs/de/docs/how-to/configure-swagger-ui.md
```JavaScript presets: [ SwaggerUIBundle.presets.apis, SwaggerUIBundle.SwaggerUIStandalonePreset ] ``` Dabei handelt es sich um **JavaScript**-Objekte, nicht um Strings, daher kรถnnen Sie diese nicht direkt vom Python-Code aus รผbergeben.Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 10:02:30 UTC 2024 - 3.2K bytes - Viewed (0) -
docs/em/docs/advanced/advanced-dependencies.md
## โ๏ธ ๐ ๐ โคด๏ธ, ๐ฅ ๐ช โ๏ธ ๐ `checker` `Depends(checker)`, โฉ๏ธ `Depends(FixedContentQueryChecker)`, โฉ๏ธ ๐ ๐, `checker`, ๐ซ ๐ โซ๏ธ. & ๐โ โ ๐, **FastAPI** ๐ ๐ค ๐ `checker` ๐: ```Python checker(q="somequery") ``` ...& ๐ถโโ๏ธ โซ๏ธโ ๐ ๐จ ๐ฒ ๐ ๐ *โก ๐ ๏ธ ๐ข* ๐ข `fixed_content_included`: {* ../../docs_src/dependencies/tutorial011.py hl[20] *} /// tip
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 1.9K bytes - Viewed (0) -
docs/em/docs/advanced/templates.md
/// ## โ ๐ โคด๏ธ ๐ ๐ช โ ๐ `templates/item.html` โฎ๏ธ: ```jinja hl_lines="7" {!../../docs_src/templates/templates/item.html!} ``` โซ๏ธ ๐ ๐ฆ `id` โ โช๏ธโก๏ธ "๐" `dict` ๐ ๐ถโโ๏ธ: ```Python {"request": request, "id": id} ``` ## ๐ & ๐ป ๐ & ๐ ๐ช โ๏ธ `url_for()` ๐ ๐, & โ๏ธ โซ๏ธ, ๐ผ, โฎ๏ธ `StaticFiles` ๐ ๐. ```jinja hl_lines="4" {!../../docs_src/templates/templates/item.html!} ```Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2.1K bytes - Viewed (0) -
docs/es/docs/advanced/dataclasses.md
# Usando Dataclasses FastAPI estรก construido sobre **Pydantic**, y te he estado mostrando cรณmo usar modelos de Pydantic para declarar requests y responses. Pero FastAPI tambiรฉn soporta el uso de <a href="https://docs.python.org/3/library/dataclasses.html" class="external-link" target="_blank">`dataclasses`</a> de la misma manera: {* ../../docs_src/dataclasses/tutorial001.py hl[1,7:12,19:20] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 4.4K bytes - Viewed (0) -
docs/sts/web-identity.py
#!/usr/bin/env python # -*- coding: utf-8 -*- import json import logging import urllib from uuid import uuid4 import boto3 import requests from botocore.client import Config from flask import Flask, request boto3.set_stream_logger('boto3.resources', logging.DEBUG) authorize_url = "http://localhost:8080/auth/realms/minio/protocol/openid-connect/auth" token_url = "http://localhost:8080/auth/realms/minio/protocol/openid-connect/token"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jul 28 01:37:51 UTC 2021 - 2.9K bytes - Viewed (0) -
docs/es/docs/advanced/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 2K bytes - Viewed (0) -
docs/es/docs/advanced/testing-dependencies.md
FastAPI todavรญa podrรก sobrescribirla. /// Entonces puedes restablecer las dependencias sobreescritas configurando `app.dependency_overrides` para que sea un `dict` vacรญo: ```Python app.dependency_overrides = {} ``` /// tip | ConsejoRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/ru/docs/tutorial/middleware.md
{* ../../docs_src/middleware/tutorial001.py hl[10,12:13] *} /// tip | ะัะธะผะตัะฐะฝะธะต ะั ะธัะฟะพะปัะทัะตะผ <a href="https://docs.python.org/3/library/time.html#time.perf_counter" class="external-link" target="_blank">`time.perf_counter()`</a> ะฒะผะตััะพ `time.time()` ะดะปั ะพะฑะตัะฟะตัะตะฝะธั ะฑะพะปััะตะน ัะพัะฝะพััะธ ะฝะฐัะธั ะฟัะธะผะตัะพะฒ. ๐ค /// ## ะััะณะธะต middlewareRegistered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 28 17:09:29 UTC 2025 - 4.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/body-nested-models.md
{* ../../docs_src/body_nested_models/tutorial002.py hl[1] *} ### ํ์ ๋งค๊ฐ๋ณ์๋ก `List` ์ ์ธ `list`, `dict`, `tuple`๊ณผ ๊ฐ์ ํ์ ๋งค๊ฐ๋ณ์(๋ด๋ถ ํ์ )๋ฅผ ๊ฐ๋ ํ์ ์ ์ ์ธํ๋ ค๋ฉด: * `typing` ๋ชจ๋์์ ์ํฌํธ * ๋๊ดํธ๋ฅผ ์ฌ์ฉํ์ฌ "ํ์ ๋งค๊ฐ๋ณ์"๋ก ๋ด๋ถ ํ์ ์ ๋ฌ: `[` ๋ฐ `]` ```Python from typing import List my_list: List[str] ``` ์ด ๋ชจ๋ ๊ฒ์ ํ์ ์ ์ธ์ ์ํ ํ์ค ํ์ด์ฌ ๋ฌธ๋ฒ์ ๋๋ค. ๋ด๋ถ ํ์ ์ ๊ฐ๋ ๋ชจ๋ธ ์ดํธ๋ฆฌ๋ทฐํธ์ ๋ํด ๋์ผํ ํ์ค ๋ฌธ๋ฒ์ ์ฌ์ฉํ์ธ์. ๋ง์ฐฌ๊ฐ์ง๋ก ์์ ์์ `tags`๋ฅผ ๊ตฌ์ฒด์ ์ผ๋ก "๋ฌธ์์ด์ ๋ฆฌ์คํธ"๋ก ๋ง๋ค ์ ์์ต๋๋ค:Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.3K bytes - Viewed (0)