diff --git a/elections/ap.py b/elections/ap.py index 26a1f95..14ea5e3 100644 --- a/elections/ap.py +++ b/elections/ap.py @@ -295,6 +295,10 @@ def results(self): """ return self._results.values() + @property + def candidate_reporting_units(self): + return self.results + # # Private methods #