Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for dupla (0.01 sec)

  1. docs/pt/docs/tutorial/path-params.md

    /// tip | Dica
    Você pode precisar que o parâmetro contenha `/home/johndoe/myfile.txt`, com uma barra inicial (`/`).
    
    Nesse caso, a URL seria: `/files//home/johndoe/myfile.txt`, com uma barra dupla (`//`) entre `files` e `home`.
    ///
    
    ## Recapitulação { #recap }
    
    Com o **FastAPI**, ao usar declarações de tipo do Python curtas, intuitivas e padrão, você obtém:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  2. docs/es/docs/tutorial/query-params-str-validations.md

    #### String con `value.startswith()` { #string-with-value-startswith }
    
    ¿Lo notaste? un string usando `value.startswith()` puede recibir una tupla, y comprobará cada valor en la tupla:
    
    {* ../../docs_src/query_params_str_validations/tutorial015_an_py310.py ln[16:19] hl[17] *}
    
    #### Un ítem aleatorio { #a-random-item }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.4K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/query-params-str-validations.md

    #### String com `value.startswith()` { #string-with-value-startswith }
    
    Percebeu? Uma string usando `value.startswith()` pode receber uma tupla, e verificará cada valor na tupla:
    
    {* ../../docs_src/query_params_str_validations/tutorial015_an_py310.py ln[16:19] hl[17] *}
    
    #### Um item aleatório { #a-random-item }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top