Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for Authors (0.42 sec)

  1. docs/de/docs/advanced/dataclasses.md

    ```
    
    1. Wir importieren `field` weiterhin von Standard-`dataclasses`.
    
    2. `pydantic.dataclasses` ist ein direkter Ersatz für `dataclasses`.
    
    3. Die Datenklasse `Author` enthält eine Liste von `Item`-Datenklassen.
    
    4. Die Datenklasse `Author` wird im `response_model`-Parameter verwendet.
    
    5. Sie können andere Standard-Typannotationen mit Datenklassen als Requestbody verwenden.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:18:23 GMT 2024
    - 4.6K bytes
    - Viewed (0)
  2. .github/actions/notify-translations/action.yml

    name: "Notify Translations"
    description: "Notify in the issue for a translation when there's a new PR available"
    author: "Sebastián Ramírez <******@****.***>"
    inputs:
      token:
        description: 'Token, to read the GitHub API. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
        required: true
    runs:
      using: 'docker'
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Aug 18 13:07:08 GMT 2021
    - 346 bytes
    - Viewed (0)
Back to top