Enclosure ========= An :py:class:`betty.model.ancestry.Enclosure` acts as a bridge that links :doc:`places ` together that enclose, or contain each other. Fields ------ ``citations`` (iterable of :doc:`Citation `) The citations for this enclosure. ``date`` (:doc:`Datey `) When these places enclosed each other. ``encloses`` (:doc:`Place `) The place that is enclosed by the ``enclosed_by``. ``enclosed_by`` (:doc:`Place `) The place that encloses ``encloses``. ``id`` (``str``) The enclosure's own entity ID.