Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for opzione (0.14 sec)

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

    At the same point, you try to trigger the autocomplete with `Ctrl+Space` and you see:
    
    <img src="/img/python-types/image02.png">
    
    With that, you can scroll, seeing the options, until you find the one that "rings a bell":
    
    <img src="/img/python-types/image03.png">
    
    ## More motivation
    
    Check this function, it already has type hints:
    
    ```Python hl_lines="1"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 17K bytes
    - Viewed (0)
  2. docs/es/docs/python-types.md

    En el mismo punto intentas iniciar el auto-completado con `Ctrl+Space` y ves:
    
    <img src="https://fastapi.tiangolo.com/img/python-types/image02.png">
    
    Con esto puedes moverte hacia abajo viendo las opciones hasta que encuentras una que te suene:
    
    <img src="https://fastapi.tiangolo.com/img/python-types/image03.png">
    
    ## Más motivación
    
    Mira esta función que ya tiene type hints:
    
    ```Python hl_lines="1"
    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)
  3. docs/fr/docs/python-types.md

    Au même moment que durant l'exemple précédent, vous essayez de déclencher l'auto-complétion et vous voyez :
    
    <img src="/img/python-types/image02.png">
    
    Vous pouvez donc dérouler les options jusqu'à trouver la méthode à laquelle vous pensiez.
    
    <img src="/img/python-types/image03.png">
    
    ## Plus de motivations
    
    Cette fonction possède déjà des annotations de type :
    
    ```Python hl_lines="1"
    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)
  4. docs/de/docs/python-types.md

    An derselben Stelle versuchen Sie, die Autovervollständigung mit „Strg+Leertaste“ auszulösen, und Sie sehen:
    
    <img src="/img/python-types/image02.png">
    
    Hier können Sie durch die Optionen blättern, bis Sie diejenige finden, bei der es „Klick“ macht:
    
    <img src="/img/python-types/image03.png">
    
    ## Mehr Motivation
    
    Sehen Sie sich diese Funktion an, sie hat bereits Typhinweise:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:29:25 GMT 2024
    - 19.3K bytes
    - Viewed (0)
Back to top