- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 12 for item_price (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs_src/python_types/tutorial008_py39.py
def process_items(prices: dict[str, float]): for item_name, item_price in prices.items(): print(item_name)
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Jan 16 14:44:08 GMT 2022 - 145 bytes - Click Count (0) -
docs/uk/docs/index.md
```Python return {"item_name": item.name, "item_id": item_id} ``` ...із: ```Python ... "item_name": item.name ... ``` ...на: ```Python ... "item_price": item.price ... ``` ...і побачите, як ваш редактор автоматично заповнюватиме атрибути та знатиме їхні типи: Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 24.2K bytes - Click Count (0) -
docs/zh/docs/index.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 18.2K bytes - Click Count (0) -
docs/ru/docs/index.md
```Python return {"item_name": item.name, "item_id": item_id} ``` ...из: ```Python ... "item_name": item.name ... ``` ...на: ```Python ... "item_price": item.price ... ``` ...и посмотрите, как ваш редактор кода будет автоматически дополнять атрибуты и знать их типы: Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 21:25:03 GMT 2025 - 32K bytes - Click Count (0) -
docs/ko/docs/index.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 19.7K bytes - Click Count (0) -
docs/ja/docs/index.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 21.3K bytes - Click Count (0) -
docs/de/docs/index.md
```Python return {"item_name": item.name, "item_id": item_id} ``` ... von: ```Python ... "item_name": item.name ... ``` ... zu: ```Python ... "item_price": item.price ... ``` ... und sehen Sie, wie Ihr Editor die Attribute automatisch vervollständigt und ihre Typen kennt: Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 09:39:53 GMT 2025 - 25.8K bytes - Click Count (1) -
docs/fr/docs/index.md
```Python return {"item_name": item.name, "item_id": item_id} ``` ... de : ```Python ... "item_name": item.name ... ``` ... vers : ```Python ... "item_price": item.price ... ``` ... et voyez comment votre éditeur complétera automatiquement les attributs et connaîtra leurs types : Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 22K bytes - Click Count (0) -
docs/es/docs/index.md
```Python return {"item_name": item.name, "item_id": item_id} ``` ...desde: ```Python ... "item_name": item.name ... ``` ...a: ```Python ... "item_price": item.price ... ``` ...y observa cómo tu editor autocompleta los atributos y conoce sus tipos: Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 24.3K bytes - Click Count (0) -
docs/zh-hant/docs/index.md
試著修改以下程式碼: ```Python return {"item_name": item.name, "item_id": item_id} ``` 從: ```Python ... "item_name": item.name ... ``` 修改為: ```Python ... "item_price": item.price ... ``` 然後觀察你的編輯器,會自動補全並且還知道他們的型別:  有關更多功能的完整範例,可以參考 <a href="https://fastapi.tiangolo.com/tutorial/">教學 - 使用者指南</a>。Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 18.8K bytes - Click Count (0)