datadesk / python-elections

A Python wrapper for the Associated Press' U.S. election data service.
python-elections.rtfd.org
176 stars 49 forks source link

Test and docs for the new is_referendum property on the Race class #63

Closed palewire closed 11 years ago

palewire commented 11 years ago

Here are all the office_name types in the get_topofticket response


{'Amendment': 12,
 'Governor': 11,
 'Initiative': 1,
 'Issue': 1,
 'Measure': 3,
 'President': 52,
 'Proposition': 8,
 'Question': 9,
 'Referendum': 5,
 'U.S. House': 435,
 'U.S. Senate': 33}