Coverage for censusdis/counties/arizona.py: 100%
16 statements
« prev ^ index » next coverage.py v6.5.0, created at 2025-04-03 05:39 +0000
« prev ^ index » next coverage.py v6.5.0, created at 2025-04-03 05:39 +0000
1# Copyright (c) 2023 Darren Erik Vengroff
2"""Counties in Arizona."""
5APACHE = "001"
6COCHISE = "003"
7COCONINO = "005"
8GILA = "007"
9GRAHAM = "009"
10GREENLEE = "011"
11LA_PAZ = "012"
12MARICOPA = "013"
13MOHAVE = "015"
14NAVAJO = "017"
15PIMA = "019"
16PINAL = "021"
17SANTA_CRUZ = "023"
18YAVAPAI = "025"
19YUMA = "027"