arrow-up-right
Finds a specified attribute in the attributes list and returns the corresponding element in the paths list.
attr (str): The specific element to find in the first list.
attr
str: The corresponding element in the second list if the specific element is found in the first list.
TypeError: If 'attr' is not a string.
TypeError
ValueError: If the specific element is not found in the attributes list.
ValueError
Last updated 1 year ago