Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for dev (0.12 sec)

  1. docs/zh/docs/python-types.md

    {!../../../docs_src/python_types/tutorial010.py!}
    ```
    
    然后,你将再次获得所有的编辑器支持:
    
    <img src="https://fastapi.tiangolo.com/img/python-types/image06.png">
    
    ## Pydantic 模型
    
    <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> 是一个用来用来执行数据校验的 Python 库。
    
    你可以将数据的"结构"声明为具有属性的类。
    
    每个属性都拥有类型。
    
    接着你用一些值来创建这个类的实例,这些值会被校验,并被转换为适当的类型(在需要的情况下),返回一个包含所有数据的对象。
    
    然后,你将获得这个对象的所有编辑器支持。
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 8.6K bytes
    - Viewed (0)
  2. docs/tr/docs/python-types.md

    {!../../../docs_src/python_types/tutorial010.py!}
    ```
    
    Ve yine bütün editör desteğini alırsınız:
    
    <img src="/img/python-types/image06.png">
    
    ## Pydantic modelleri
    
    <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> veri doğrulaması yapmak için bir Python kütüphanesidir.
    
    Verilerin "biçimini" niteliklere sahip sınıflar olarak düzenlersiniz.
    
    Ve her niteliğin bir türü vardır.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9.7K bytes
    - Viewed (0)
  3. docs/es/docs/python-types.md

    ```
    
    Una vez más tendrás todo el soporte del editor:
    
    <img src="https://fastapi.tiangolo.com/img/python-types/image06.png">
    
    ## Modelos de Pydantic
    
    <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> es una library de Python para llevar a cabo validación de datos.
    
    Tú declaras la "forma" de los datos mediante clases con atributos.
    
    Cada atributo tiene un tipo.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.2K bytes
    - Viewed (0)
  4. docs/pt/docs/python-types.md

    {!../../../docs_src/python_types/tutorial010.py!}
    ```
    
    E então, novamente, você recebe todo o suporte do editor:
    
    <img src="/img/python-types/image06.png">
    
    ## Modelos Pydantic
    
    <a href="https://docs.pydantic.dev/" class="external-link" target="_blank"> Pydantic </a> é uma biblioteca Python para executar a validação de dados.
    
    Você declara a "forma" dos dados como classes com atributos.
    
    E cada atributo tem um tipo.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.6K bytes
    - Viewed (0)
Back to top