Ask a question to get started
Enter to send•Shift+Enter new line
Get nested element from path.
nested_element( path: list[str], elem: ET.Element, ) -> Any
path
list[str]
The path to the element.
elem
ET.Element
The element to extract.