Coverage for censusdis/counties/maryland.py: 100%

25 statements  

« 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 Maryland.""" 

3 

4 

5ALLEGANY = "001" 

6ANNE_ARUNDEL = "003" 

7BALTIMORE = "005" 

8BALTIMORE_CITY = "510" 

9CALVERT = "009" 

10CAROLINE = "011" 

11CARROLL = "013" 

12CECIL = "015" 

13CHARLES = "017" 

14DORCHESTER = "019" 

15FREDERICK = "021" 

16GARRETT = "023" 

17HARFORD = "025" 

18HOWARD = "027" 

19KENT = "029" 

20MONTGOMERY = "031" 

21PRINCE_GEORGES = "033" 

22QUEEN_ANNES = "035" 

23SOMERSET = "039" 

24ST_MARYS = "037" 

25TALBOT = "041" 

26WASHINGTON = "043" 

27WICOMICO = "045" 

28WORCESTER = "047"