Searched refs:list2 (Results 1 – 1 of 1) sorted by relevance
876 def equal_paths(list1, list2): argument877 assert len(list1) == len(list2)878 return all(elt1.path == elt2.path for elt1, elt2 in zip(list1, list2))