betty.entity.has_links module¶ Tools for entities that have links. class betty.entity.has_links.HasLinks¶ Bases: Entity An entity that has associated betty.entities.link.Link entities. __init__(*args: Any, links: ToManyAssociates[Link] = (), **kwargs: Any)¶ links¶ A bidirectional \*-to-many entity type association where all associates are of the same entity type.