Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for _index (0.8 sec)

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

    **FastAPI** é todo baseado em Pydantic.
    
    Você verá muito mais disso na prática no [Tutorial - Guia do usuário](tutorial/index.md){.internal-link target=_blank}.
    
    ## Type hints em **FastAPI**
    
    O **FastAPI** aproveita esses type hints para fazer várias coisas.
    
    Com o **FastAPI**, você declara parâmetros com type hints e obtém:
    
    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)
  2. docs/fr/docs/python-types.md

    **FastAPI** est basé entièrement sur **Pydantic**.
    
    Vous verrez bien plus d'exemples de son utilisation dans [Tutoriel - Guide utilisateur](tutorial/index.md){.internal-link target=_blank}.
    
    ## Les annotations de type dans **FastAPI**
    
    **FastAPI** utilise ces annotations pour faire différentes choses.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.3K bytes
    - Viewed (0)
  3. docs/ko/docs/python-types.md

        Pydantic<에 대해 더 배우고 싶다면 <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">공식 문서</a>를 참고하세요.</a>
    
    
    **FastAPI**는 모두 Pydantic을 기반으로 되어 있습니다.
    
    이 모든 것이 실제로 어떻게 사용되는지에 대해서는 [자습서 - 사용자 안내서](tutorial/index.md){.internal-link target=_blank} 에서 더 많이 확인하실 수 있습니다.
    
    ## **FastAPI**에서의 타입 힌트
    
    **FastAPI**는 여러 부분에서 타입 힌트의 장점을 취하고 있습니다.
    
    **FastAPI**에서 타입 힌트와 함께 매개변수를 선언하면 장점은:
    
    * **에디터 도움**.
    * **타입 확인**.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.5K bytes
    - Viewed (0)
Back to top