Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Weaver (0.16 sec)

  1. docs/em/docs/tutorial/bigger-applications.md

        ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’ญ ๐Ÿ‘Œ โ” ๐Ÿ—„ ๐Ÿ‘ท, ๐Ÿ˜ฃ โญ ๐Ÿ“„ ๐Ÿ”›.
    
    ๐Ÿ‘ โฃ `.`, ๐Ÿ’–:
    
    ```Python
    from .dependencies import get_token_header
    ```
    
    ๐Ÿ”œ โ›“:
    
    * โ–ถ๏ธ ๐ŸŽ ๐Ÿ“ฆ ๐Ÿ‘ˆ ๐Ÿ‘‰ ๐Ÿ•น (๐Ÿ“ `app/routers/items.py`) ๐Ÿ–– (๐Ÿ“ `app/routers/`)...
    * ๐Ÿ”Ž ๐Ÿ•น `dependencies` (๐Ÿ‘ฝ ๐Ÿ“ `app/routers/dependencies.py`)...
    *  & โšช๏ธโžก๏ธ โšซ๏ธ, ๐Ÿ—„ ๐Ÿ”ข `get_token_header`.
    
    โœ‹๏ธ ๐Ÿ‘ˆ ๐Ÿ“ ๐Ÿšซ ๐Ÿ”€, ๐Ÿ‘† ๐Ÿ”— ๐Ÿ“ `app/dependencies.py`.
    
    ๐Ÿ’ญ โ” ๐Ÿ‘† ๐Ÿ“ฑ/๐Ÿ“ ๐Ÿ“Š ๐Ÿ‘€ ๐Ÿ’–:
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/bigger-applications.md

    ```Python
    from .dependencies import get_token_header
    ```
    
    would mean:
    
    * Starting in the same package that this module (the file `app/routers/items.py`) lives in (the directory `app/routers/`)...
    * find the module `dependencies` (an imaginary file at `app/routers/dependencies.py`)...
    * and from it, import the function `get_token_header`.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 18.6K bytes
    - Viewed (0)
  3. docs/zh/docs/tutorial/bigger-applications.md

    ```Python
    from ..dependencies import get_token_header
    ```
    
    ่กจ็คบ๏ผš
    
    * ไปŽ่ฏฅๆจกๅ—๏ผˆ`app/routers/items.py` ๆ–‡ไปถ๏ผ‰ๆ‰€ๅœจ็š„ๅŒไธ€ไธชๅŒ…๏ผˆ`app/routers/` ็›ฎๅฝ•๏ผ‰ๅผ€ๅง‹...
    * ่ทณ่ฝฌๅˆฐๅ…ถ็ˆถๅŒ…๏ผˆ`app/` ็›ฎๅฝ•๏ผ‰...
    * ๅœจ่ฏฅ็ˆถๅŒ…ไธญ๏ผŒๆ‰พๅˆฐ `dependencies` ๆจกๅ—๏ผˆไฝไบŽ `app/dependencies.py` ็š„ๆ–‡ไปถ๏ผ‰...
    * ็„ถๅŽไปŽไธญๅฏผๅ…ฅๅ‡ฝๆ•ฐ `get_token_header`ใ€‚
    
    ๆญฃๅธธๅทฅไฝœไบ†๏ผ๐ŸŽ‰
    
    ---
    
    ๅŒๆ ท๏ผŒๅฆ‚ๆžœๆˆ‘ไปฌไฝฟ็”จไบ†ไธ‰ไธช็‚น `...`๏ผŒไพ‹ๅฆ‚๏ผš
    
    ```Python
    from ...dependencies import get_token_header
    ```
    
    ้‚ฃๅฐ†ๆ„ๅ‘ณ็€๏ผš
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 18.5K bytes
    - Viewed (0)
Back to top