gedcom.element.repository module¶
GEDCOM element consisting of tag gedcom.tags.GEDCOM_TAG_REPOSITORY
- exception gedcom.element.repository.NotAnActualSourceError¶
Bases:
Exception
- class gedcom.element.repository.RepositoryElement(level, pointer, tag, value, crlf='\n', multi_line=True)¶
Bases:
gedcom.element.element.Element- get_address()¶
Returns address of repository
- Return type
str
- get_name()¶
Returns name of repository
- Return type
str
- get_tag()¶
Returns the tag of this element from within the GEDCOM file
- Return type
str