betty.ancestry.event_type package¶
Submodules¶
- betty.ancestry.event_type.event_types module
Adoption
Baptism
BarMitzvah
BatMitzvah
Birth
Burial
Conference
Confirmation
Correspondence
CreatableDerivableEventType
Cremation
Death
DerivableEventType
Divorce
DivorceAnnouncement
DuringLifeEventType
Emigration
EndOfLifeEventType
Engagement
FinalDispositionEventType
Funeral
Immigration
Marriage
MarriageAnnouncement
Missing
Occupation
PostDeathEventType
PreBirthEventType
Residence
Retirement
StartOfLifeEventType
Unknown
Will
Module contents¶
Provide Betty’s ancestry event types.
- betty.ancestry.event_type.EVENT_TYPE_REPOSITORY: PluginRepository[EventType] = <betty.plugin.entry_point.EntryPointPluginRepository object>¶
The event type plugin repository.
Read more about Event type plugins.
- class betty.ancestry.event_type.EventType[source]¶
Bases:
OrderedPlugin
[EventType
]Define an
betty.ancestry.event.Event
type.Read more about Event type plugins.
To test your own subclasses, use
betty.test_utils.ancestry.event_type.EventTypeTestBase
.