election_day.formats.exports.vote.internal ========================================== .. py:module:: election_day.formats.exports.vote.internal Functions --------- .. autoapisummary:: election_day.formats.exports.vote.internal.export_vote_internal Module Contents --------------- .. py:function:: export_vote_internal(vote: onegov.election_day.models.Vote, locales: collections.abc.Collection[str]) -> list[dict[str, Any]] Returns all data connected to this vote as list with dicts. This is meant as a base for json/csv/excel exports. The result is therefore a flat list of dictionaries with repeating values to avoid the nesting of values. Each record in the resulting list is a single ballot result.