Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 193 for tutorial001_py39 (1.69 sec)

  1. docs_src/request_files/tutorial002_py39.py

    Sebastián Ramírez <******@****.***> 1652485102 -0500
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Fri May 13 23:38:22 UTC 2022
    - 786 bytes
    - Viewed (0)
  2. docs_src/body_nested_models/tutorial005_py39.py

    Sebastián Ramírez <******@****.***> 1652529599 -0500
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sat May 14 11:59:59 UTC 2022
    - 512 bytes
    - Viewed (0)
  3. docs_src/extra_models/tutorial004_py39.py

    Sebastián Ramírez <******@****.***> 1641564691 +0100
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Fri Jan 07 14:11:31 UTC 2022
    - 356 bytes
    - Viewed (0)
  4. docs_src/generate_clients/tutorial002_py39.py

    Sebastián Ramírez <******@****.***> 1646431338 -0800
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Fri Mar 04 22:02:18 UTC 2022
    - 730 bytes
    - Viewed (0)
  5. docs_src/path_operation_configuration/tutorial004_py39.py

    Sebastián Ramírez <******@****.***> 1652529599 -0500
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sat May 14 11:59:59 UTC 2022
    - 676 bytes
    - Viewed (0)
  6. docs/ru/docs/tutorial/extra-models.md

    Для этого используйте `typing.List` из стандартной библиотеки Python (или просто `list` в Python 3.9 и выше):
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="18"
    {!> ../../docs_src/extra_models/tutorial004_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="1  20"
    {!> ../../docs_src/extra_models/tutorial004.py!}
    ```
    
    ////
    
    ## Ответ с произвольным `dict`
    
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/extra-models.md

    ```Python hl_lines="1  20"
    {!> ../../docs_src/extra_models/tutorial004.py!}
    ```
    
    ////
    
    //// tab | Python 3.9 and above
    
    ```Python hl_lines="18"
    {!> ../../docs_src/extra_models/tutorial004_py39.py!}
    ```
    
    ////
    
    ## Resposta com `dict` arbitrário
    
    Você também pode declarar uma resposta usando um simples `dict` arbitrário, declarando apenas o tipo das chaves e valores, sem usar um modelo Pydantic.
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. docs_src/schema_extra_example/tutorial001_py310.py

    Sebastián Ramírez <******@****.***> 1688749933 +0200
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Fri Jul 07 17:12:13 UTC 2023
    - 646 bytes
    - Viewed (0)
  9. docs_src/sql_databases/tutorial001_py310.py

    Sebastián Ramírez <******@****.***> 1728503082 +0200
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Wed Oct 09 19:44:42 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  10. docs_src/dependency_testing/tutorial001_py310.py

    Sebastián Ramírez <******@****.***> 1679142599 +0100
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Sat Mar 18 12:29:59 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top