election_day.views.election_compound_part.districts =================================================== .. py:module:: election_day.views.election_compound_part.districts Functions --------- .. autoapisummary:: election_day.views.election_compound_part.districts.view_election_compound_part_districts election_day.views.election_compound_part.districts.view_election_compound_part_by_district election_day.views.election_compound_part.districts.view_election_list_by_district_chart election_day.views.election_compound_part.districts.view_election_compound_part_districts_table Module Contents --------------- .. py:function:: view_election_compound_part_districts(self: onegov.election_day.models.ElectionCompoundPart, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " The districts view. .. py:function:: view_election_compound_part_by_district(self: onegov.election_day.models.ElectionCompoundPart, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.JSON_ro " View the districts/regions/municipalities as JSON for the map. .. py:function:: view_election_list_by_district_chart(self: onegov.election_day.models.ElectionCompoundPart, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " Embed the heatmap. .. py:function:: view_election_compound_part_districts_table(self: onegov.election_day.models.ElectionCompoundPart, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " Displays the districts as standalone table.