Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for Rapp (0.23 sec)

  1. docs/em/docs/tutorial/dependencies/index.md

        {!> ../../../docs_src/dependencies/tutorial001_py310.py!}
        ```
    
    πŸ‘ˆ ⚫️.
    
    **2️⃣ ⏸**.
    
    & ⚫️ βœ”οΈ 🎏 πŸ’  & πŸ“Š πŸ‘ˆ 🌐 πŸ‘† *➑ πŸ› οΈ πŸ”’* βœ”οΈ.
    
    πŸ‘† πŸ’ͺ πŸ’­ ⚫️ *➑ πŸ› οΈ πŸ”’* 🍡 "πŸ‘¨β€πŸŽ¨" (🍡 `@app.get("/some-path")`).
    
    & ⚫️ πŸ’ͺ πŸ“¨ πŸ•³ πŸ‘† πŸ’š.
    
    πŸ‘‰ πŸ’Ό, πŸ‘‰ πŸ”— βŒ›:
    
    * πŸ“¦ πŸ”’ πŸ”’ `q` πŸ‘ˆ `str`.
    * πŸ“¦ πŸ”’ πŸ”’ `skip` πŸ‘ˆ `int`, & πŸ”’ `0`.
    * πŸ“¦ πŸ”’ πŸ”’ `limit` πŸ‘ˆ `int`, & πŸ”’ `100`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Jun 24 14:47:15 GMT 2023
    - 6.7K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/dependencies/index.md

        ```
    
    That's it.
    
    **2 lines**.
    
    And it has the same shape and structure that all your *path operation functions* have.
    
    You can think of it as a *path operation function* without the "decorator" (without the `@app.get("/some-path")`).
    
    And it can return anything you want.
    
    In this case, this dependency expects:
    
    * An optional query parameter `q` that is a `str`.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.6K bytes
    - Viewed (0)
  3. docs/ko/docs/tutorial/dependencies/index.md

        ```Python hl_lines="8-11"
        {!> ../../../docs_src/dependencies/tutorial001.py!}
        ```
    
    이게 λ‹€μž…λ‹ˆλ‹€.
    
    **단 두 μ€„μž…λ‹ˆλ‹€**.
    
    그리고, 이 ν•¨μˆ˜λŠ” μ—¬λŸ¬λΆ„μ˜ λͺ¨λ“  *경둜 μž‘λ™ ν•¨μˆ˜*κ°€ 가지고 μžˆλŠ” 것과 같은 ν˜•νƒœμ™€ ꡬ쑰λ₯Ό 가지고 μžˆμŠ΅λ‹ˆλ‹€.
    
    μ—¬λŸ¬λΆ„μ€ 이λ₯Ό "λ°μ½”λ ˆμ΄ν„°"κ°€ μ—†λŠ” (`@app.get("/some-path")`κ°€ μ—†λŠ”) *경둜 μž‘λ™ ν•¨μˆ˜*라고 생각할 수 μžˆμŠ΅λ‹ˆλ‹€.
    
    그리고 μ—¬λŸ¬λΆ„μ΄ μ›ν•˜λŠ” 무엇이든 λ°˜ν™˜ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
    
    이 경우, 이 μ˜μ‘΄μ„±μ€ λ‹€μŒκ³Ό 같은 경우λ₯Ό κΈ°λŒ€ν•©λ‹ˆλ‹€:
    
    * 선택적인 쿼리 λ§€κ°œλ³€μˆ˜ `q`, `str`을 μžλ£Œν˜•μœΌλ‘œ κ°€μ§‘λ‹ˆλ‹€.
    * 선택적인 쿼리 λ§€κ°œλ³€μˆ˜ `skip`, `int`λ₯Ό μžλ£Œν˜•μœΌλ‘œ 가지며 κΈ°λ³Έ 값은 `0`μž…λ‹ˆλ‹€.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 13.6K bytes
    - Viewed (0)
Back to top