Coverage for docs_src / python_types / tutorial008_py310.py: 100%
4 statements
« prev ^ index » next coverage.py v7.13.3, created at 2026-02-12 18:15 +0000
« prev ^ index » next coverage.py v7.13.3, created at 2026-02-12 18:15 +0000
1def process_items(prices: dict[str, float]): 1defg
2 for item_name, item_price in prices.items(): 1abc
3 print(item_name) 1abc
4 print(item_price) 1abc