swissvotes.models.region ======================== .. py:module:: swissvotes.models.region Classes ------- .. autoapisummary:: swissvotes.models.region.Region Module Contents --------------- .. py:class:: Region(name: str) A helper class to translate geographical cantons. Each canton consists of an abbreviation and a label, and might be rendered as a html span. .. py:attribute:: name .. py:method:: __eq__(other: object) -> bool .. py:method:: cantons() -> tuple[str, Ellipsis] :staticmethod: All known cantons. .. py:property:: abbreviation :type: str .. py:property:: label :type: str .. py:method:: html(request: onegov.swissvotes.request.SwissvotesRequest) -> markupsafe.Markup