99
99
:return: A set of paths sufficient to include everything in paths via
100
100
is_inside, drawn from the paths parameter.
106
107
sorted_paths = sorted(list(paths), key=sort_key)
113
111
if not is_inside(search_paths[-1], path):
114
112
# This path is unique, add it
115
113
search_paths.append(path)