flatten# gwpy.io.cache.flatten(*caches: list[CacheEntryType]) → list[CacheEntryType][source]# Flatten a nested list of cache entries. Parameters: cacheslistOne or more lists of file paths (str or CacheEntry). Returns: flatlistA flat list containing the unique set of entries across each input.