betty.ancestry.event_type package

Submodules

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.