while the following snippet can return all names.. having it built in `IndividualElement` would help ```Python all_names = [a.get_value() for a in individual.get_child_elements() if a.get_tag() == gedcom.tags.GEDCOM_TAG_NAME] ```
while the following snippet can return all names.. having it built in
IndividualElementwould help