betty.ancestry.place_type package¶
Submodules¶
Module contents¶
Provide Betty’s ancestry place types.
- betty.ancestry.place_type.PLACE_TYPE_REPOSITORY: PluginRepository[PlaceType] = <betty.plugin.entry_point.EntryPointPluginRepository object>¶
The place type plugin repository.
Read more about Place type plugins.
- class betty.ancestry.place_type.PlaceType[source]¶
Bases:
Plugin
Define an
betty.ancestry.place.Place
type.Read more about Place type plugins.
To test your own subclasses, use
betty.test_utils.ancestry.place_type.PlaceTypeTestBase
.