election_day.models.vote.complex_vote ===================================== .. py:module:: election_day.models.vote.complex_vote Classes ------- .. autoapisummary:: election_day.models.vote.complex_vote.ComplexVote Module Contents --------------- .. py:class:: ComplexVote Bases: :py:obj:`onegov.election_day.models.vote.vote.Vote` A complex vote with proposal, counter-proposal and tie-breaker. .. py:attribute:: __mapper_args__ .. py:property:: counter_proposal :type: onegov.election_day.models.Ballot .. py:property:: tie_breaker :type: onegov.election_day.models.Ballot .. py:method:: get_answer(counted: bool, proposal: onegov.election_day.models.Ballot | onegov.election_day.models.BallotResult | None, counter_proposal: onegov.election_day.models.Ballot | onegov.election_day.models.BallotResult | None, tie_breaker: onegov.election_day.models.Ballot | onegov.election_day.models.BallotResult | None) -> str | None :staticmethod: .. py:property:: answer :type: str | None .. py:property:: yeas_percentage :type: float The percentage of yeas (discounts empty/invalid ballots). If the proposal won or both proposal and counter-proposal were rejected, we show the yeas/nays of the proposal.