Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 521 for tip (0.02 sec)

  1. src/embed/internal/embedtest/testdata/.hidden/_more/tip.txt

    Russ Cox <******@****.***> 1606939752 -0500
    Registered: 2024-06-12 16:32
    - Last Modified: 2020-12-04 13:50
    - 45 bytes
    - Viewed (0)
  2. src/embed/internal/embedtest/testdata/.hidden/more/tip.txt

    Russ Cox <******@****.***> 1606939752 -0500
    Registered: 2024-06-12 16:32
    - Last Modified: 2020-12-04 13:50
    - 45 bytes
    - Viewed (0)
  3. src/embed/internal/embedtest/testdata/.hidden/.more/tip.txt

    Russ Cox <******@****.***> 1606939752 -0500
    Registered: 2024-06-12 16:32
    - Last Modified: 2020-12-04 13:50
    - 45 bytes
    - Viewed (0)
  4. docs/tr/docs/python-types.md

    # Python Veri Tiplerine Giriş
    
    Python isteğe bağlı olarak "tip belirteçlerini" destekler.
    
     **"Tip belirteçleri"** bir değişkenin <abbr title="örneğin: str, int, float, bool">tipinin</abbr> belirtilmesine olanak sağlayan özel bir sözdizimidir.
    
    Değişkenlerin tiplerini belirterek editör ve araçlardan daha fazla destek alabilirsiniz.
    
    Registered: 2024-06-17 08:32
    - Last Modified: 2024-04-18 19:53
    - 9.7K bytes
    - Viewed (0)
  5. docs/ru/docs/tutorial/dependencies/classes-as-dependencies.md

        ```
    
    === "Python 3.10+ без Annotated"
    
        !!! tip "Подсказка"
            Рекомендуется использовать версию с `Annotated` если возможно.
    
        ```Python hl_lines="7"
        {!> ../../../docs_src/dependencies/tutorial001_py310.py!}
        ```
    
    === "Python 3.6+ без Annotated"
    
        !!! tip "Подсказка"
            Рекомендуется использовать версию с `Annotated` если возможно.
    
    Registered: 2024-06-17 08:32
    - Last Modified: 2024-01-12 11:12
    - 16.3K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/dependencies/classes-as-dependencies.md

        ```
    
    === "Python 3.10+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="7"
        {!> ../../../docs_src/dependencies/tutorial001_py310.py!}
        ```
    
    === "Python 3.8+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="11"
    Registered: 2024-06-17 08:32
    - Last Modified: 2024-04-18 19:53
    - 11.4K bytes
    - Viewed (0)
  7. docs/de/docs/tutorial/dependencies/classes-as-dependencies.md

        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
        ```Python hl_lines="7"
        {!> ../../../docs_src/dependencies/tutorial001_py310.py!}
        ```
    
    === "Python 3.8+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
        ```Python hl_lines="11"
    Registered: 2024-06-17 08:32
    - Last Modified: 2024-03-30 18:01
    - 12.3K bytes
    - Viewed (0)
  8. docs/ru/docs/tutorial/header-params.md

        ```
    
    === "Python 3.10+ без Annotated"
    
        !!! tip "Подсказка"
            Предпочтительнее использовать версию с аннотацией, если это возможно.
    
        ```Python hl_lines="1"
        {!> ../../../docs_src/header_params/tutorial001_py310.py!}
        ```
    
    === "Python 3.8+ без Annotated"
    
        !!! tip "Подсказка"
            Предпочтительнее использовать версию с аннотацией, если это возможно.
    
    Registered: 2024-06-17 08:32
    - Last Modified: 2023-10-17 05:59
    - 8.7K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/security/get-current-user.md

        {!> ../../../docs_src/security/tutorial002_an.py!}
        ```
    
    === "Python 3.10+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="3  10-14"
        {!> ../../../docs_src/security/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+ non-Annotated"
    
        !!! tip
            Prefer to use the `Annotated` version if possible.
    
        ```Python hl_lines="5  12-16"
    Registered: 2024-06-17 08:32
    - Last Modified: 2024-01-11 16:31
    - 7.6K bytes
    - Viewed (0)
  10. docs/de/docs/tutorial/security/get-current-user.md

        ```
    
    === "Python 3.10+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
        ```Python hl_lines="3  10-14"
        {!> ../../../docs_src/security/tutorial002_py310.py!}
        ```
    
    === "Python 3.8+ nicht annotiert"
    
        !!! tip "Tipp"
            Bevorzugen Sie die `Annotated`-Version, falls möglich.
    
        ```Python hl_lines="5  12-16"
    Registered: 2024-06-17 08:32
    - Last Modified: 2024-03-30 18:08
    - 8.5K bytes
    - Viewed (0)
Back to top