- Sort Score
- Num 10 results
- Language All
Results 11 - 14 of 14 for item_price (0.16 seconds)
-
docs/fr/docs/index.md
```Python return {"item_name": item.name, "item_id": item_id} ``` ... de : ```Python ... "item_name": item.name ... ``` ... à : ```Python ... "item_price": item.price ... ``` ... et voyez comment votre éditeur complète automatiquement les attributs et connaît leurs types : Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 23.8K bytes - Click Count (0) -
docs/ja/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 Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 25.6K bytes - Click Count (0) -
README.md
```Python return {"item_name": item.name, "item_id": item_id} ``` ...from: ```Python ... "item_name": item.name ... ``` ...to: ```Python ... "item_price": item.price ... ``` ...and see how your editor will auto-complete the attributes and know their types: Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 24.3K bytes - Click Count (0) -
docs/zh-hant/docs/index.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 20.8K bytes - Click Count (0)