election_day.views.election_compound.main

Module Contents

Functions

view_election_compound_head(→ None)

view_election_compound(→ webob.response.Response)

" The main view.

view_election_compound_json(→ onegov.core.types.JSON_ro)

" The main view as JSON.

view_election_compound_summary(→ onegov.core.types.JSON_ro)

View the summary of the election compound as JSON.

view_election_compound_pdf(→ onegov.core.types.RenderData)

View the generated PDF.

election_day.views.election_compound.main.view_election_compound_head(self: onegov.ballot.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) None[source]
election_day.views.election_compound.main.view_election_compound(self: onegov.ballot.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response[source]

“ The main view.

election_day.views.election_compound.main.view_election_compound_json(self: onegov.ballot.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.JSON_ro[source]

“ The main view as JSON.

election_day.views.election_compound.main.view_election_compound_summary(self: onegov.ballot.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.JSON_ro[source]

View the summary of the election compound as JSON.

election_day.views.election_compound.main.view_election_compound_pdf(self: onegov.ballot.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

View the generated PDF.