Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 56 for something (0.1 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. .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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top