election_day.formats.imports.ech ================================ .. py:module:: election_day.formats.imports.ech Functions --------- .. autoapisummary:: election_day.formats.imports.ech.import_ech Module Contents --------------- .. py:function:: import_ech(principal: onegov.election_day.models.Canton | onegov.election_day.models.Municipality, file: IO[bytes], session: sqlalchemy.orm.Session, default_locale: str) -> onegov.election_day.formats.imports.common.ECHImportResultType Tries to import the given eCH XML file. This function is typically called automatically every few minutes during an election day - we use bulk inserts to speed up the import. :return: A tuple consisting of a list with errors and a set with updated votes.