- Sort Score
- Num 10 results
- Language All
Results 601 - 610 of 1,648 for another (0.2 seconds)
-
docs/ru/docs/tutorial/extra-models.md
password = user_dict["password"], email = user_dict["email"], full_name = user_dict["full_name"], ) ``` #### Pydantic-модель из содержимого другой { #a-pydantic-model-from-the-contents-of-another } Как в примере выше мы получили `user_dict` из `user_in.model_dump()`, этот код: ```Python user_dict = user_in.model_dump() UserInDB(**user_dict) ``` будет равнозначен такому: ```Python
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 10.7K bytes - Click Count (0) -
docs/pt/docs/tutorial/extra-models.md
password = user_dict["password"], email = user_dict["email"], full_name = user_dict["full_name"], ) ``` #### Um modelo Pydantic a partir do conteúdo de outro { #a-pydantic-model-from-the-contents-of-another } Como no exemplo acima, obtivemos o `user_dict` a partir do `user_in.model_dump()`, este código: ```Python user_dict = user_in.model_dump() UserInDB(**user_dict) ``` seria equivalente a:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 7.1K bytes - Click Count (0) -
docs/ru/docs/advanced/settings.md
Тогда параметр `admin_email` будет установлен в `"******@****.***"`. `app_name` будет `"ChimichangApp"`. А `items_per_user` сохранит значение по умолчанию `50`. ## Настройки в другом модуле { #settings-in-another-module } Вы можете вынести эти настройки в другой модуль, как показано в разделе [Большие приложения — несколько файлов](../tutorial/bigger-applications.md).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 16.5K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Preconditions.java
* appears that this pattern is not directly applicable. But we can use the ridiculous, devious * trick of throwing an exception in the middle of the construction of another exception. Hotspot * is fine with that. */ /** * Ensures that {@code index} specifies a valid <i>element</i> in an array, list or string of sizeCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jan 08 18:10:02 GMT 2026 - 53.5K bytes - Click Count (0) -
docs/ko/docs/tutorial/bigger-applications.md
/// tip | 팁 이 예시를 단순화하기 위해 임의로 만든 헤더를 사용하고 있습니다. 하지만 실제 상황에서는 통합된 [Security 유틸리티](security/index.md)를 사용하는 것이 더 좋은 결과를 얻을 수 있습니다. /// ## `APIRouter`가 있는 또 다른 모듈 { #another-module-with-apirouter } 애플리케이션의 "items"를 처리하는 전용 endpoint들도 `app/routers/items.py` 모듈에 있다고 해봅시다. 여기에는 다음에 대한 *path operations*가 있습니다: * `/items/` * `/items/{item_id}`Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.5K bytes - Click Count (0) -
docs/de/docs/tutorial/extra-models.md
password = user_dict["password"], email = user_dict["email"], full_name = user_dict["full_name"], ) ``` #### Ein Pydantic-Modell aus dem Inhalt eines anderen { #a-pydantic-model-from-the-contents-of-another } Da wir im obigen Beispiel `user_dict` von `user_in.model_dump()` bekommen haben, wäre dieser Code: ```Python user_dict = user_in.model_dump() UserInDB(**user_dict) ``` gleichwertig zu:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 7.7K bytes - Click Count (0) -
docs/uk/docs/tutorial/bigger-applications.md
Але в реальних випадках ви отримаєте кращі результати, використовуючи інтегровані [засоби безпеки](security/index.md). /// ## Інший модуль з `APIRouter` { #another-module-with-apirouter } Припустімо, у вас також є кінцеві точки для обробки «items» у модулі `app/routers/items.py`. У вас є *операції шляху* для: * `/items/` * `/items/{item_id}`Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 27.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/bigger-applications.md
Mais dans les cas réels, vous obtiendrez de meilleurs résultats en utilisant les [utilitaires de sécurité](security/index.md) intégrés. /// ## Créer un autre module avec `APIRouter` { #another-module-with-apirouter } Supposons que vous ayez également les endpoints dédiés à la gestion des « items » de votre application dans le module `app/routers/items.py`. Vous avez des *chemins d'accès* pour :
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/es/docs/tutorial/bigger-applications.md
Pero en casos reales obtendrás mejores resultados usando las [utilidades de Seguridad](security/index.md) integradas. /// ## Otro módulo con `APIRouter` { #another-module-with-apirouter } Digamos que también tienes los endpoints dedicados a manejar "items" de tu aplicación en el módulo `app/routers/items.py`. Tienes *path operations* para: * `/items/`
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 20.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/bigger-applications.md
Mas em casos reais, você obterá melhores resultados usando os [Utilitários de Segurança](security/index.md) integrados. /// ## Outro módulo com `APIRouter` { #another-module-with-apirouter } Digamos que você também tenha os endpoints dedicados a manipular "itens" do seu aplicativo no módulo em `app/routers/items.py`. Você tem *operações de rota* para: * `/items/`
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 20.3K bytes - Click Count (0)