Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 101 - 110 of 1,356 for typed (0.02 seconds)

  1. docs/de/docs/tutorial/body-nested-models.md

    * Datenvalidierung
    * Automatische Dokumentation
    
    ## Spezielle Typen und Validierungen { #special-types-and-validation }
    
    Abgesehen von normalen einfachen Typen wie `str`, `int`, `float`, usw. können Sie komplexere einfache Typen verwenden, die von `str` erben.
    
    Um alle Optionen kennenzulernen, die Sie haben, schauen Sie sich [Pydantics Typübersicht](https://docs.pydantic.dev/latest/concepts/types/) an. Sie werden einige Beispiele im nächsten Kapitel kennenlernen.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  2. docs/fr/docs/python-types.md

    # Introduction aux types Python { #python-types-intro }
    
    Python prend en charge des « annotations de type » (aussi appelées « type hints ») facultatives.
    
    Ces **« annotations de type »** sont une syntaxe spéciale qui permet de déclarer le <dfn title="par exemple : str, int, float, bool">type</dfn> d'une variable.
    
    En déclarant les types de vos variables, les éditeurs et outils peuvent vous offrir un meilleur support.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.7K bytes
    - Click Count (0)
  3. docs/ko/docs/python-types.md

    <img src="/img/python-types/image02.png">
    
    그러면 스크롤하며 옵션을 보다가, "기억나는" 것을 찾을 수 있습니다:
    
    <img src="/img/python-types/image03.png">
    
    ## 더 큰 동기부여 { #more-motivation }
    
    이 함수를 확인해보세요. 이미 타입 힌트가 있습니다:
    
    {* ../../docs_src/python_types/tutorial003_py310.py hl[1] *}
    
    에디터가 변수의 타입을 알고 있기 때문에, 자동완성만 되는 게 아니라 오류 검사도 할 수 있습니다:
    
    <img src="/img/python-types/image04.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 13K bytes
    - Click Count (0)
  4. docs/ja/docs/python-types.md

    <img src="/img/python-types/image02.png">
    
    これであれば、あなたは「ベルを鳴らす」ものを見つけるまで、オプションを見てスクロールできます:
    
    <img src="/img/python-types/image03.png">
    
    ## より強い動機 { #more-motivation }
    
    この関数を見てください。すでに型ヒントを持っています:
    
    {* ../../docs_src/python_types/tutorial003_py310.py hl[1] *}
    
    エディタは変数の型を知っているので、補完だけでなく、エラーチェックをすることもできます:
    
    <img src="/img/python-types/image04.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 14.3K bytes
    - Click Count (0)
  5. docs/tr/docs/python-types.md

    # Python Tiplerine Giriş { #python-types-intro }
    
    Python, isteğe bağlı "type hints" (diğer adıyla "type annotations") desteğine sahiptir.
    
    Bu **"type hints"** veya annotations, bir değişkenin <dfn title="örneğin: str, int, float, bool">tip</dfn>'ini bildirmeye yarayan özel bir sözdizimidir.
    
    Değişkenleriniz için tip bildirerek, editörler ve araçlar size daha iyi destek sağlayabilir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  6. docs/uk/docs/python-types.md

    Ви надрукуєте перший параметр функції, `first_name`, тоді крапку (`.`), а тоді натиснете `Ctrl+Space`, щоб запустити автозаповнення.
    
    Але, на жаль, ви не отримаєте нічого корисного:
    
    <img src="/img/python-types/image01.png">
    
    ### Додайте типи { #add-types }
    
    Давайте змінимо один рядок з попередньої версії.
    
    Ми змінимо саме цей фрагмент, параметри функції, з:
    
    ```Python
        first_name, last_name
    ```
    
    на:
    
    ```Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 17.4K bytes
    - Click Count (0)
  7. docs/zh/docs/python-types.md

    在同样的位置,你用 `Ctrl+Space` 触发自动补全,就能看到:
    
    <img src="/img/python-types/image02.png">
    
    这样,你可以滚动查看选项,直到找到那个“看着眼熟”的:
    
    <img src="/img/python-types/image03.png">
    
    ## 更多动机 { #more-motivation }
    
    看这个已经带有类型提示的函数:
    
    {* ../../docs_src/python_types/tutorial003_py310.py hl[1] *}
    
    因为编辑器知道变量的类型,你不仅能得到补全,还能获得错误检查:
    
    <img src="/img/python-types/image04.png">
    
    现在你知道需要修复它,用 `str(age)` 把 `age` 转成字符串:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 10.6K bytes
    - Click Count (0)
  8. src/main/java/jcifs/http/NtlmHttpURLConnection.java

                    }
                    final NtlmMessage type3 = attemptNegotiation(response);
                    if (type3 == null) {
                        return;
                    }
                    this.connection.setRequestProperty(this.authProperty, this.authMethod + ' ' + Base64.toBase64String(type3.toByteArray()));
                    this.connection.connect(); // send type 3
                    if (this.cachedOutput != null && this.doOutput) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 25.6K bytes
    - Click Count (0)
  9. docs/es/docs/index.md

    <a href="https://www.youtube.com/watch?v=mpR8ngthqiE"><img src="https://fastapi.tiangolo.com/img/fastapi-documentary.jpg" alt="FastAPI Mini Documentary"></a>
    
    ## **Typer**, el FastAPI de las CLIs { #typer-the-fastapi-of-clis }
    
    <a href="https://typer.tiangolo.com"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style="width: 20%;"></a>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 22.6K bytes
    - Click Count (0)
  10. docs/pt/docs/index.md

    ## **Typer**, o FastAPI das interfaces de linhas de comando { #typer-the-fastapi-of-clis }
    
    <a href="https://typer.tiangolo.com"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style="width: 20%;"></a>
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 22.7K bytes
    - Click Count (0)
Back to Top