pas.models.parliamentarian_role
Attributes
Classes
Mixin providing created/modified timestamps for all records. |
Module Contents
- pas.models.parliamentarian_role.Role: TypeAlias = Literal['none', 'member', 'vote_counter', 'vice_president', 'president'][source]
- class pas.models.parliamentarian_role.ParliamentarianRole[source]
Bases:
onegov.core.orm.Base
,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.
- parliamentarian: relationship[Parliamentarian][source]
- parliamentary_group: relationship[ParliamentaryGroup | None][source]