winterthur.models.address ========================= .. py:module:: winterthur.models.address Classes ------- .. autoapisummary:: winterthur.models.address.WinterthurAddress Module Contents --------------- .. py:class:: WinterthurAddress Bases: :py:obj:`onegov.core.orm.Base`, :py:obj:`onegov.core.orm.mixins.TimestampMixin` Mixin providing created/modified timestamps for all records. The columns are deferred loaded as this is primarily for logging and future forensics. .. py:attribute:: __tablename__ :value: 'winterthur_addresses' .. py:attribute:: id :type: sqlalchemy.Column[int] .. py:attribute:: street_id :type: sqlalchemy.Column[int] .. py:attribute:: street :type: sqlalchemy.Column[str] .. py:attribute:: house_number :type: sqlalchemy.Column[int] .. py:attribute:: house_extra :type: sqlalchemy.Column[str | None] .. py:attribute:: zipcode :type: sqlalchemy.Column[int] .. py:attribute:: zipcode_extra :type: sqlalchemy.Column[int | None] .. py:attribute:: place :type: sqlalchemy.Column[str] .. py:attribute:: district :type: sqlalchemy.Column[str] .. py:attribute:: neighbourhood :type: sqlalchemy.Column[str] .. py:method:: as_addressless(street_id: int, street: str) -> Self :classmethod: .. py:property:: is_addressless :type: bool .. py:property:: title :type: str