- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 56 for something (0.1 sec)
-
docs/en/docs/advanced/security/http-basic-auth.md
At that point, by noticing that the server took some microseconds longer to send the "Incorrect username or password" response, the attackers will know that they got _something_ right, some of the initial letters were right. And then they can try again knowing that it's probably something more similar to `stanleyjobsox` than to `johndoe`. #### A "professional" attack { #a-professional-attack }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 5K bytes - Viewed (0) -
docs/en/docs/advanced/events.md
If you check, the function is decorated with an `@asynccontextmanager`. That converts the function into something called an "**async context manager**". {* ../../docs_src/events/tutorial003.py hl[1,13] *} A **context manager** in Python is something that you can use in a `with` statement, for example, `open()` can be used as a context manager: ```Python with open("file.txt") as file:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.9K bytes - Viewed (0) -
docs/em/docs/tutorial/dependencies/classes-as-dependencies.md
π π π βοΈ π π π£ π’. βοΈ π π« π΄ π π£ π (π β«οΈ π π² π β ). π β π π π "π§π²". "**π§π²**" π π³ π π πͺ "π€" π π’. , π₯ π βοΈ π `something` (π πͺ _π«_ π’) & π πͺ "π€" β«οΈ (π οΈ β«οΈ) π: ```Python something() ``` βοΈ ```Python something(some_argument, some_keyword_argument="foo") ``` β€΄οΈ β«οΈ "π§π²". ## π π π 5οΈβ£π π π β π π π, π βοΈ π π β. πΌ: ```Python
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.5K bytes - Viewed (0) -
docs/en/docs/tutorial/encoder.md
# JSON Compatible Encoder { #json-compatible-encoder } There are some cases where you might need to convert a data type (like a Pydantic model) to something compatible with JSON (like a `dict`, `list`, etc). For example, if you need to store it in a database. For that, **FastAPI** provides a `jsonable_encoder()` function. ## Using the `jsonable_encoder` { #using-the-jsonable-encoder }Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 1.7K bytes - Viewed (0) -
docs/es/docs/tutorial/dependencies/classes-as-dependencies.md
Un "**callable**" en Python es cualquier cosa que Python pueda "llamar" como una funciΓ³n. Entonces, si tienes un objeto `something` (que podrΓa _no_ ser una funciΓ³n) y puedes "llamarlo" (ejecutarlo) como: ```Python something() ``` o ```Python something(some_argument, some_keyword_argument="foo") ``` entonces es un "callable". ## Clases como dependencias
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 6.9K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/30_contributor_regression.yml
name: Regression description: Report a problem about something that used to work labels: [ "a:regression", "to-triage" ] assignees: [ ] body: - type: markdown attributes: value: | Please use our bug report template to report problems with something that has never worked. Regressions reports are greatly appreciated during our RC phase and before a final release. - type: textarea id: current-behavior attributes:Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Sep 09 14:48:49 UTC 2024 - 2.7K bytes - Viewed (0) -
docs/de/docs/tutorial/dependencies/classes-as-dependencies.md
Ein β**Callable**β in Python ist etwas, das wie eine Funktion aufgerufen werden kann (βto callβ). Wenn Sie also ein Objekt `something` haben (das mΓΆglicherweise _keine_ Funktion ist) und Sie es wie folgt aufrufen (ausfΓΌhren) kΓΆnnen: ```Python something() ``` oder ```Python something(some_argument, some_keyword_argument="foo") ``` dann ist das ein βCallableβ (ein βAufrufbaresβ). ## Klassen als AbhΓ€ngigkeiten
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.3K bytes - Viewed (0) -
docs/en/docs/how-to/index.md
Most of these ideas would be more or less **independent**, and in most cases you should only need to study them if they apply directly to **your project**. If something seems interesting and useful to your project, go ahead and check it, but otherwise, you might probably just skip them. /// tip
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 612 bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/classes-as-dependencies.md
μλ§λ λ μΌλ°μ μ΄κΈ°λ νκ² μ§λ§ μμ‘΄μ±μ μ μΈνλ μ μΌν λ°©λ²μ μλλλ€. ν΅μ¬ μμλ μμ‘΄μ±μ΄ "νΈμΆ κ°λ₯"ν΄μΌ νλ€λ κ²μ λλ€ νμ΄μ¬μμμ "**νΈμΆ κ°λ₯**"μ νμ΄μ¬μ΄ ν¨μμ²λΌ "νΈμΆ"ν μ μλ λͺ¨λ κ²μ λλ€. λ°λΌμ, λ§μ½ λΉμ μ΄ `something`(ν¨μκ° μλ μλ μμ) κ°μ²΄λ₯Ό κ°μ§κ³ μκ³ , ```Python something() ``` λλ ```Python something(some_argument, some_keyword_argument="foo") ``` μκΈ°μ κ°μ λ°©μμΌλ‘ "νΈμΆ(μ€ν)" ν μ μλ€λ©΄ "νΈμΆ κ°λ₯"μ΄ λ©λλ€. ## μμ‘΄μ±μΌλ‘μμ ν΄λμ€
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/en/docs/tutorial/middleware.md
* It takes each **request** that comes to your application. * It can then do something to that **request** or run any needed code. * Then it passes the **request** to be processed by the rest of the application (by some *path operation*). * It then takes the **response** generated by the application (by some *path operation*). * It can do something to that **response** or run any needed code. * Then it returns the **response**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 4.1K bytes - Viewed (0)