Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 59 for 22 (0.2 sec)

  1. docs/em/docs/tutorial/dependencies/sub-dependencies.md

    * โšซ๏ธ ๐Ÿ“ฃ ๐Ÿ“ฆ `last_query` ๐Ÿช, `str`.
        * ๐Ÿšฅ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿšซ ๐Ÿšš ๐Ÿ™† ๐Ÿ”ข `q`, ๐Ÿ‘ฅ โš™๏ธ ๐Ÿ ๐Ÿ”ข โš™๏ธ, โ” ๐Ÿ‘ฅ ๐Ÿ–Š ๐Ÿช โญ.
    
    ## โš™๏ธ ๐Ÿ”—
    
    โคด๏ธ ๐Ÿ‘ฅ ๐Ÿ’ช โš™๏ธ ๐Ÿ”— โฎ๏ธ:
    
    === "๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ & ๐Ÿ”›"
    
        ```Python hl_lines="22"
        {!> ../../../docs_src/dependencies/tutorial005.py!}
        ```
    
    === "๐Ÿ 3๏ธโƒฃ.1๏ธโƒฃ0๏ธโƒฃ & ๐Ÿ”›"
    
        ```Python hl_lines="19"
        {!> ../../../docs_src/dependencies/tutorial005_py310.py!}
        ```
    
    !!! info
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Apr 01 09:26:04 GMT 2023
    - 3.3K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/extra-models.md

    That way, we can declare just the differences between the models (with plaintext `password`, with `hashed_password` and without password):
    
    === "Python 3.10+"
    
        ```Python hl_lines="7  13-14  17-18  21-22"
        {!> ../../../docs_src/extra_models/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="9  15-16  19-20  23-24"
        {!> ../../../docs_src/extra_models/tutorial002.py!}
        ```
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.7K bytes
    - Viewed (1)
  3. docs/em/docs/advanced/async-sql-databases.md

    ## ๐Ÿ—„ & โš’ ๐Ÿ†™ `SQLAlchemy`
    
    * ๐Ÿ—„ `SQLAlchemy`.
    * โœ `metadata` ๐ŸŽš.
    * โœ ๐Ÿ“ `notes` โš™๏ธ `metadata` ๐ŸŽš.
    
    ```Python hl_lines="4  14  16-22"
    {!../../../docs_src/async_sql_databases/tutorial001.py!}
    ```
    
    !!! tip
        ๐Ÿ‘€ ๐Ÿ‘ˆ ๐ŸŒ ๐Ÿ‘‰ ๐Ÿ“Ÿ ๐Ÿ˜ ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿš.
    
        `databases` ๐Ÿšซ ๐Ÿ”จ ๐Ÿ•ณ ๐Ÿ“ฅ.
    
    ## ๐Ÿ—„ & โš’ ๐Ÿ†™ `databases`
    
    * ๐Ÿ—„ `databases`.
    Plain Text
    - Registered: Sun Mar 31 07:19:09 GMT 2024
    - Last Modified: Sat Apr 01 09:26:04 GMT 2023
    - 4K bytes
    - Viewed (0)
  4. docs/zh/docs/advanced/async-sql-databases.md

    ## ๅฏผๅ…ฅไธŽ่ฎพ็ฝฎ `SQLAlchemy`
    
    * ๅฏผๅ…ฅ `SQLAlchemy`
    * ๅˆ›ๅปบ `metadata` ๅฏน่ฑก
    * ไฝฟ็”จ `metadata` ๅฏน่ฑกๅˆ›ๅปบ `notes` ่กจ
    
    ```Python hl_lines="4  14  16-22"
    {!../../../docs_src/async_sql_databases/tutorial001.py!}
    ```
    
    !!! tip "ๆ็คบ"
    
        ๆณจๆ„๏ผŒไธŠไพ‹ๆ˜ฏ้ƒฝๆ˜ฏ็บฏ SQLAlchemy Core ไปฃ็ ใ€‚
    
        `databases` ่ฟ˜ๆฒกๆœ‰่ฟ›่กŒไปปไฝ•ๆ“ไฝœใ€‚
    
    ## ๅฏผๅ…ฅๅนถ่ฎพ็ฝฎ `databases`
    
    * ๅฏผๅ…ฅ `databases`
    Plain Text
    - Registered: Sun Mar 31 07:19:09 GMT 2024
    - Last Modified: Sat Mar 30 22:44:40 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  5. docs/ko/docs/tutorial/body-multiple-params.md

    ```JSON
    {
        "name": "Foo",
        "description": "The pretender",
        "price": 42.0,
        "tax": 3.2
    }
    ```
    
    ํ•˜์ง€๋งŒ, ๋‹ค์ค‘ ๋ณธ๋ฌธ ๋งค๊ฐœ๋ณ€์ˆ˜ ์—ญ์‹œ ์„ ์–ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์˜ˆ. `item`๊ณผ `user`:
    
    ```Python hl_lines="22"
    {!../../../docs_src/body_multiple_params/tutorial002.py!}
    ```
    
    ์ด ๊ฒฝ์šฐ์—, **FastAPI**๋Š” ์ด ํ•จ์ˆ˜ ์•ˆ์— ํ•œ ๊ฐœ ์ด์ƒ์˜ ๋ณธ๋ฌธ ๋งค๊ฐœ๋ณ€์ˆ˜(Pydantic ๋ชจ๋ธ์ธ ๋‘ ๋งค๊ฐœ๋ณ€์ˆ˜)๊ฐ€ ์žˆ๋‹ค๊ณ  ์•Œ ๊ฒƒ์ž…๋‹ˆ๋‹ค.
    
    ๊ทธ๋ž˜์„œ, ๋ณธ๋ฌธ์˜ ๋งค๊ฐœ๋ณ€์ˆ˜ ์ด๋ฆ„์„ ํ‚ค(ํ•„๋“œ ๋ช…)๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๊ณ , ๋‹ค์Œ๊ณผ ๊ฐ™์€ ๋ณธ๋ฌธ์„ ์˜ˆ์ธกํ•ฉ๋‹ˆ๋‹ค:
    
    ```JSON
    {
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Feb 11 13:48:31 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/sql-databases.md

    ### โœ ๐Ÿ› ๏ธ
    
    ๐Ÿ› ๏ธ ๐Ÿ‘ฅ ๐Ÿ”œ ๐Ÿšฎ (๐Ÿ”ข) ๐Ÿ”œ โœ ๐Ÿ†• ๐Ÿ‡ธ๐Ÿ‡ฒ `SessionLocal` ๐Ÿ”  ๐Ÿ“จ, ๐Ÿšฎ โšซ๏ธ ๐Ÿ“จ & โคด๏ธ ๐Ÿ” โšซ๏ธ ๐Ÿ• ๐Ÿ“จ ๐Ÿ.
    
    === "๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ & ๐Ÿ”›"
    
        ```Python hl_lines="14-22"
        {!> ../../../docs_src/sql_databases/sql_app/alt_main.py!}
        ```
    
    === "๐Ÿ 3๏ธโƒฃ.9๏ธโƒฃ & ๐Ÿ”›"
    
        ```Python hl_lines="12-20"
        {!> ../../../docs_src/sql_databases/sql_app_py39/alt_main.py!}
        ```
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 25.2K bytes
    - Viewed (1)
  7. docs/pt/docs/tutorial/schema-extra-example.md

    * `value`: O prรณprio exemplo mostrado, ex: um `dict`.
    * `externalValue`: alternativa ao `value`, uma URL apontando para o exemplo. Embora isso possa nรฃo ser suportado por tantas ferramentas quanto `value`.
    
    ```Python hl_lines="22-48"
    {!../../../docs_src/schema_extra_example/tutorial004.py!}
    ```
    
    ### Exemplos na UI da documentaรงรฃo
    
    Com `examples` adicionado a `Body()`, os `/docs` vรฃo ficar assim:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 6.1K bytes
    - Viewed (0)
  8. docs/en/docs/advanced/path-operation-advanced-configuration.md

    And if you see the resulting OpenAPI (at `/openapi.json` in your API), you will see your extension as part of the specific *path operation* too:
    
    ```JSON hl_lines="22"
    {
        "openapi": "3.1.0",
        "info": {
            "title": "FastAPI",
            "version": "0.1.0"
        },
        "paths": {
            "/items/": {
                "get": {
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  9. docs/de/docs/advanced/path-operation-advanced-configuration.md

    Und wenn Sie die resultierende OpenAPI sehen (unter `/openapi.json` in Ihrer API), sehen Sie Ihre Erweiterung auch als Teil der spezifischen *Pfadoperation*:
    
    ```JSON hl_lines="22"
    {
        "openapi": "3.1.0",
        "info": {
            "title": "FastAPI",
            "version": "0.1.0"
        },
        "paths": {
            "/items/": {
                "get": {
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:27:23 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  10. docs/fr/docs/advanced/path-operation-advanced-configuration.md

    <img src="/img/tutorial/path-operation-advanced-configuration/image01.png">
    
    Et dans le fichier openapi gรฉnรฉrรฉ (`/openapi.json`), vous verrez รฉgalement votre extension dans le cadre du *chemin* spรฉcifiqueย :
    
    ```JSON hl_lines="22"
    {
        "openapi": "3.0.2",
        "info": {
            "title": "FastAPI",
            "version": "0.1.0"
        },
        "paths": {
            "/items/": {
                "get": {
                    "summary": "Read Items",
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8K bytes
    - Viewed (0)
Back to top