election_day.views.election_compound.candidates =============================================== .. py:module:: election_day.views.election_compound.candidates Functions --------- .. autoapisummary:: election_day.views.election_compound.candidates.get_districts election_day.views.election_compound.candidates.view_election_compound_candidates election_day.views.election_compound.candidates.view_election_statistics_table Module Contents --------------- .. py:function:: get_districts(model: onegov.election_day.models.ElectionCompound, layout: onegov.election_day.layouts.ElectionCompoundLayout) -> dict[str, tuple[str, str, str]] .. py:function:: view_election_compound_candidates(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " The main view. .. py:function:: view_election_statistics_table(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " View for the standalone statistics table.