election_day.models.party_result.mixins ======================================= .. py:module:: election_day.models.party_result.mixins Classes ------- .. autoapisummary:: election_day.models.party_result.mixins.PartyResultsOptionsMixin election_day.models.party_result.mixins.PartyResultsCheckMixin election_day.models.party_result.mixins.HistoricalPartyResultsMixin Module Contents --------------- .. py:class:: PartyResultsOptionsMixin .. py:attribute:: voters_counts :type: onegov.core.orm.mixins.dict_property[bool] .. py:attribute:: exact_voters_counts :type: onegov.core.orm.mixins.dict_property[bool] .. py:attribute:: show_party_strengths :type: onegov.core.orm.mixins.dict_property[bool] .. py:attribute:: horizontal_party_strengths :type: onegov.core.orm.mixins.dict_property[bool] .. py:attribute:: show_party_panachage :type: onegov.core.orm.mixins.dict_property[bool] .. py:attribute:: show_seat_allocation :type: onegov.core.orm.mixins.dict_property[bool] .. py:attribute:: show_list_groups :type: onegov.core.orm.mixins.dict_property[bool] .. py:attribute:: use_historical_party_results :type: onegov.core.orm.mixins.dict_property[bool] .. py:class:: PartyResultsCheckMixin .. py:attribute:: party_results :type: sqlalchemy.orm.relationship[list[onegov.election_day.models.PartyResult]] .. py:property:: has_party_results :type: bool .. py:property:: has_party_panachage_results :type: bool .. py:class:: HistoricalPartyResultsMixin .. py:attribute:: date :type: sqlalchemy.Column[datetime.date] .. py:property:: relationships_for_historical_party_results :type: sqlalchemy.orm.Query[Any] :abstractmethod: .. py:property:: historical_party_results :type: list[onegov.election_day.models.PartyResult] Returns the party results while adding party results from the last legislative period, Requires that a related election or compound has been set with type "historical". .. py:property:: historical_colors :type: dict[str, str]