Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for levante (0.06 sec)

  1. docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md

    ### Sempre levante (`raise`) exceções em Dependências com `yield` e `except`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  2. docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    Utilize a versão com `Annotated` se possível
    
    ///
    
    ```Python hl_lines="6  11"
    {!> ../../docs_src/dependencies/tutorial006.py!}
    ```
    
    ////
    
    ### Levantando exceções
    
    Essas dependências podem levantar exceções, da mesma forma que dependências comuns:
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="10  15"
    {!> ../../docs_src/dependencies/tutorial006_an_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. docs/pt/docs/advanced/websockets.md

    {*../../docs_src/websockets/tutorial002_an_py310.py hl[68:69,82]*}
    
    /// info | Informação
    
    Como isso é um WebSocket, não faz muito sentido levantar uma `HTTPException`, em vez disso levantamos uma `WebSocketException`.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 12:20:59 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/path-operation-configuration.md

    Você pode escrever <a href="https://en.wikipedia.org/wiki/Markdown" class="external-link" target="_blank">Markdown</a> na docstring, ele será interpretado e exibido corretamente (levando em conta a indentação da docstring).
    
    //// tab | Python 3.8 and above
    
    ```Python hl_lines="19-27"
    {!> ../../docs_src/path_operation_configuration/tutorial004.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/body-nested-models.md

    ///
    
    ## Recapitulação
    
    Com **FastAPI** você tem a flexibilidade máxima fornecida pelos modelos Pydantic, enquanto seu código é mantido simples, curto e elegante.
    
    Mas com todos os benefícios:
    
    * Suporte do editor (compleção em todo canto!)
    * Conversão de dados (leia-se parsing/serialização)
    * Validação de dados
    * Documentação dos esquemas
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  6. docs/it/docs/index.md

    ---
    
    FastAPI è un web framework moderno e veloce (a prestazioni elevate) che serve a creare API con Python 3.6+ basato sulle annotazioni di tipo di Python.
    
    Le sue caratteristiche principali sono:
    
    * **Velocità**: Prestazioni molto elevate, alla pari di **NodeJS** e **Go** (grazie a Starlette e Pydantic). [Uno dei framework Python più veloci in circolazione](#performance).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  7. docs/pt/docs/python-types.md

    * ...entro outros.
    
    No Python 3.10, como uma alternativa para a utilização dos genéricos `Union` e `Optional`, você pode usar a <abbr title='também chamado de "bitwise ou operador", mas o significado não é relevante aqui'>barra vertical (`|`)</abbr> para declarar uniões de tipos. Isso é muito melhor e mais simples.
    
    ////
    
    //// tab | Python 3.9+
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 15 12:32:27 UTC 2024
    - 18K bytes
    - Viewed (0)
  8. docs/fr/docs/alternatives.md

    Mais ensuite, le projet a changé d'orientation.
    
    Il ne s'agissait plus d'un framework web API, le créateur devant se concentrer sur Starlette.
    
    Maintenant, APIStar est un ensemble d'outils pour valider les spécifications OpenAPI, et non un framework web.
    
    /// info
    
    APIStar a été créé par Tom Christie. Le même gars qui a créé :
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'page.elevate.word.max.fetch.size'. <br>
         * The value is, e.g. 1000 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPageElevateWordMaxFetchSize();
    
        /**
         * Get the value for the key 'page.elevate.word.max.fetch.size' as {@link Integer}. <br>
         * The value is, e.g. 1000 <br>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (0)
Back to top