Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for THAT (0.12 sec)

  1. docs/en/docs/advanced/dataclasses.md

        In this case, it's a list of `Item` dataclasses.
    
    6. Here we are returning a dictionary that contains `items` which is a list of dataclasses.
    
        FastAPI is still capable of <abbr title="converting the data to a format that can be transmitted">serializing</abbr> the data to JSON.
    
    7. Here the `response_model` is using a type annotation of a list of `Author` dataclasses.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/dataclasses.md

    4ī¸âƒŖ. `Author` đŸŽģ ⚙ī¸ `response_model` đŸ”ĸ.
    
    5ī¸âƒŖ. 👆 đŸ’Ē ⚙ī¸ 🎏 🐩 🆎 ✍ ⏎ī¸ đŸŽģ 📨 đŸ’Ē.
    
        👉 đŸ’ŧ, âšĢī¸ 📇 `Item` đŸŽģ.
    
    6ī¸âƒŖ. đŸ“Ĩ đŸ‘Ĩ đŸ›Ŧ 📖 👈 🔌 `items` ❔ 📇 đŸŽģ.
    
        FastAPI đŸŽ¯ <abbr title="converting the data to a format that can be transmitted">✍</abbr> đŸ’Ŋ đŸŽģ.
    
    7ī¸âƒŖ. đŸ“Ĩ `response_model` ⚙ī¸ 🆎 ✍ 📇 `Author` đŸŽģ.
    
        🔄, 👆 đŸ’Ē 🌀 `dataclasses` ⏎ī¸ 🐩 🆎 ✍.
    
    8ī¸âƒŖ. 👀 👈 👉 *➡ 🛠ī¸ đŸ”ĸ* ⚙ī¸ đŸĨ” `def` ↩ī¸ `async def`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 3.5K bytes
    - Viewed (0)
Back to top