betty.ancestry.presence_role.presence_roles module¶
Provide presence role implementations.
- final class betty.ancestry.presence_role.presence_roles.Attendee[source]¶
Bases:
ShorthandPluginBase,PresenceRoleSomeone attended the event (further details unknown).
- final class betty.ancestry.presence_role.presence_roles.Beneficiary[source]¶
Bases:
ShorthandPluginBase,PresenceRoleSomeone 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,PresenceRoleSomeone 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,PresenceRoleSomeone 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,PresenceRoleSomeone organized the event.
- final class betty.ancestry.presence_role.presence_roles.Speaker[source]¶
Bases:
ShorthandPluginBase,PresenceRoleSomeone performed public speaking at the event.
- final class betty.ancestry.presence_role.presence_roles.Subject[source]¶
Bases:
ShorthandPluginBase,PresenceRoleSomeone 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.Deathit is the person who died.
- final class betty.ancestry.presence_role.presence_roles.Unknown[source]¶
Bases:
ShorthandPluginBase,PresenceRoleSomeone’s role in an event is unknown.
- final class betty.ancestry.presence_role.presence_roles.Witness[source]¶
Bases:
ShorthandPluginBase,PresenceRoleSomeone witnessed the event.