betty.ancestry.presence_role.presence_roles module¶
Provide presence role implementations.
- final class betty.ancestry.presence_role.presence_roles.Attendee[source]¶
Bases:
ShorthandPluginBase
,PresenceRole
Someone attended the event (further details unknown).
- final class betty.ancestry.presence_role.presence_roles.Beneficiary[source]¶
Bases:
ShorthandPluginBase
,PresenceRole
Someone was a benificiary in the event, such as a
betty.ancestry.event_type.event_types.Will
.
- final class betty.ancestry.presence_role.presence_roles.Celebrant[source]¶
Bases:
ShorthandPluginBase
,PresenceRole
Someone was the celebrant at the event.
This includes but is not limited to:
civil servant
religious leader
civilian
- final class betty.ancestry.presence_role.presence_roles.Informant[source]¶
Bases:
ShorthandPluginBase
,PresenceRole
Someone was the informant of an event, e.g. they reported it with a record-keeping institution.
- final class betty.ancestry.presence_role.presence_roles.Organizer[source]¶
Bases:
ShorthandPluginBase
,PresenceRole
Someone organized the event.
- final class betty.ancestry.presence_role.presence_roles.Speaker[source]¶
Bases:
ShorthandPluginBase
,PresenceRole
Someone performed public speaking at the event.
- final class betty.ancestry.presence_role.presence_roles.Subject[source]¶
Bases:
ShorthandPluginBase
,PresenceRole
Someone was the subject of the event.
The meaning of this role depends on the event type. For example, for
betty.ancestry.event_type.event_types.Marriage
, the subjects are the people who got married. Forbetty.ancestry.event_type.event_types.Death
it is the person who died.
- final class betty.ancestry.presence_role.presence_roles.Unknown[source]¶
Bases:
ShorthandPluginBase
,PresenceRole
Someone’s role in an event is unknown.
- final class betty.ancestry.presence_role.presence_roles.Witness[source]¶
Bases:
ShorthandPluginBase
,PresenceRole
Someone witnessed the event.