election_day.views.vote.statistics

Module Contents

Functions

view_vote_statistics(→ onegov.core.types.RenderData)

" The statistics view (simple vote).

view_vote_statistics_proposal(...)

" The statistics view (proposal).

view_vote_statistics_counter_proposal(...)

" The statistics view (counter-proposal).

view_vote_statistics_tie_breaker(...)

" The statistics view (tie-breaker).

view_ballot_as_statistics_table(...)

" View the statistics of the entities of ballot as table.

view_vote_statistics_table_proposal(...)

A static link to the statistics table of the proposal.

view_vote_statistics_table_counter_proposal(...)

A static link to the statistics table of the counter proposal.

view_vote_statistics_table_tie_breaker(...)

A static link to the statistics table of the tie breaker.

election_day.views.vote.statistics.view_vote_statistics(self: onegov.ballot.Vote, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

“ The statistics view (simple vote).

election_day.views.vote.statistics.view_vote_statistics_proposal(self: onegov.ballot.Vote, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

“ The statistics view (proposal).

election_day.views.vote.statistics.view_vote_statistics_counter_proposal(self: onegov.ballot.Vote, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

“ The statistics view (counter-proposal).

election_day.views.vote.statistics.view_vote_statistics_tie_breaker(self: onegov.ballot.Vote, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

“ The statistics view (tie-breaker).

election_day.views.vote.statistics.view_ballot_as_statistics_table(self: onegov.ballot.Ballot, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

“ View the statistics of the entities of ballot as table.

election_day.views.vote.statistics.view_vote_statistics_table_proposal(self: onegov.ballot.Vote, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response[source]

A static link to the statistics table of the proposal.

election_day.views.vote.statistics.view_vote_statistics_table_counter_proposal(self: onegov.ballot.Vote, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response[source]

A static link to the statistics table of the counter proposal.

election_day.views.vote.statistics.view_vote_statistics_table_tie_breaker(self: onegov.ballot.Vote, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response[source]

A static link to the statistics table of the tie breaker.