gedcom.element.family module

GEDCOM element consisting of tag gedcom.tags.GEDCOM_TAG_FAMILY

class gedcom.element.family.FamilyElement(level, pointer, tag, value, crlf='\n', multi_line=True)

Bases: gedcom.element.element.Element

get_tag()

Returns the tag of this element from within the GEDCOM file

Return type

str

exception gedcom.element.family.NotAnActualFamilyError

Bases: Exception