gedcom.element.object module¶
GEDCOM element consisting of tag gedcom.tags.GEDCOM_TAG_OBJECT
- exception gedcom.element.object.NotAnActualObjectError¶
Bases:
Exception
- class gedcom.element.object.ObjectElement(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
- is_object()¶
Checks if this element is an actual object
- Return type
bool