Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 731 - 740 of 850 for tutoriel (0.05 seconds)

  1. docs/de/docs/async.md

    ### Abhängigkeiten { #dependencies }
    
    Das Gleiche gilt für [Abhängigkeiten](tutorial/dependencies/index.md). Wenn eine Abhängigkeit eine normale `def`-Funktion anstelle einer `async def` ist, wird sie im externen Threadpool ausgeführt.
    
    ### Unterabhängigkeiten { #sub-dependencies }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 27.3K bytes
    - Click Count (0)
  2. docs/tr/docs/async.md

    ### Bağımlılıklar { #dependencies }
    
    Aynısı [bağımlılıklar](tutorial/dependencies/index.md) için de geçerlidir. Bir bağımlılık `async def` yerine standart bir `def` fonksiyonuysa, harici thread pool’da çalıştırılır.
    
    ### Alt-bağımlılıklar { #sub-dependencies }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 23.7K bytes
    - Click Count (0)
  3. docs/ru/docs/async.md

    ### Зависимости { #dependencies }
    
    То же относится к [зависимостям](tutorial/dependencies/index.md). Если зависимость — это обычная функция `def`, а не `async def`, она запускается во внешнем пуле потоков.
    
    ### Подзависимости { #sub-dependencies }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 37.9K bytes
    - Click Count (0)
  4. docs/ko/docs/tutorial/response-model.md

    ## 문서에서 보기 { #see-it-in-the-docs }
    
    자동 생성 문서를 보면 입력 모델과 출력 모델이 각자의 JSON Schema를 가지고 있음을 확인할 수 있습니다:
    
    <img src="/img/tutorial/response-model/image01.png">
    
    그리고 두 모델 모두 대화형 API 문서에 사용됩니다:
    
    <img src="/img/tutorial/response-model/image02.png">
    
    ## 기타 반환 타입 어노테이션 { #other-return-type-annotations }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 17.9K bytes
    - Click Count (0)
  5. docs/es/docs/tutorial/dependencies/index.md

    Así, la documentación interactiva tendrá toda la información de estas dependencias también:
    
    <img src="/img/tutorial/dependencies/image01.png">
    
    ## Uso simple { #simple-usage }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 10K bytes
    - Click Count (0)
  6. docs/ja/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    Pydantic には v1 から v2 への公式の [移行ガイド](https://docs.pydantic.dev/latest/migration/) があります。
    
    変更点、検証がより正確で厳密になった点、注意事項などが含まれます。
    
    何が変わったかをよりよく理解するために参照してください。
    
    ## テスト { #tests }
    
    アプリに対する[テスト](../tutorial/testing.md)を用意し、継続的インテグレーション(CI)で実行するようにしてください。
    
    これにより、アップグレード後も期待どおり動作していることを確認できます。
    
    ## `bump-pydantic` { #bump-pydantic }
    
    多くの場合、カスタマイズのない通常の Pydantic モデルを使っていれば、v1 から v2 への移行作業の大半を自動化できます。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  7. guava/src/com/google/common/collect/ComparisonChain.java

       * result of this comparison chain has not already been determined.
       *
       * <p>This method is declared to accept any 2 {@code Comparable} objects, even if they are not <a
       * href="https://docs.oracle.com/javase/tutorial/collections/interfaces/order.html">mutually
       * comparable</a>. If you pass objects that are not mutually comparable, this method may throw an
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 17 20:26:29 GMT 2025
    - 11.1K bytes
    - Click Count (0)
  8. docs/ru/docs/_llm-test.md

    ## Заголовки { #headings }
    
    //// tab | Тест
    
    ### Разработка веб‑приложения — руководство { #develop-a-webapp-a-tutorial }
    
    Привет.
    
    ### Аннотации типов и -аннотации { #type-hints-and-annotations }
    
    Снова привет.
    
    ### Супер- и подклассы { #super-and-subclasses }
    
    Снова привет.
    
    ////
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 17.2K bytes
    - Click Count (0)
  9. android/guava/src/com/google/common/collect/ComparisonChain.java

       * result of this comparison chain has not already been determined.
       *
       * <p>This method is declared to accept any 2 {@code Comparable} objects, even if they are not <a
       * href="https://docs.oracle.com/javase/tutorial/collections/interfaces/order.html">mutually
       * comparable</a>. If you pass objects that are not mutually comparable, this method may throw an
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 17 20:26:29 GMT 2025
    - 10.5K bytes
    - Click Count (0)
  10. docs/en/docs/advanced/openapi-callbacks.md

    You will see your docs including a "Callbacks" section for your *path operation* that shows how the *external API* should look like:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 7.7K bytes
    - Click Count (0)
Back to Top