gedcom.element.file module

GEDCOM element consisting of tag gedcom.tags.GEDCOM_TAG_FILE

class gedcom.element.file.FileElement(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.file.NotAnActualFileError

Bases: Exception