betty.ancestry.has_notes module¶ Data types for entities that have notes. class betty.ancestry.has_notes.HasNotes[source]¶ Bases: Entity An entity that has notes associated with it. __init__(*args: Any, notes: Iterable[Note] | ToManyResolver[Note] | None = None, **kwargs: Any)[source]¶ notes¶ A bidirectional *-to-many entity type association.