Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for menon (0.14 sec)

  1. docs/pt/docs/tutorial/extra-models.md

    !!! note
        Ao definir um <a href="https://docs.pydantic.dev/latest/concepts/types/#unions" class="external-link" target="_blank">`Union`</a>, inclua o tipo mais específico primeiro, seguido pelo tipo menos específico. No exemplo abaixo, o tipo mais específico `PlaneItem` vem antes de `CarItem` em `Union[PlaneItem, CarItem]`.
    
    === "Python 3.8 and above"
    
        ```Python hl_lines="1  14-15  18-20  33"
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 7.8K bytes
    - Viewed (0)
Back to top