write_cache#
- gwpy.io.cache.write_cache(
- cache: Iterable[FileSystemPath],
- fobj: IO,
- *,
- format: Literal['lal', 'ffl'] | None = None,
Write a
listof cache entries to a file.- Parameters:
- cache
listofstroros.PathLike The list of path-like things to write.
- fobj
file,str,pathlib.Path The open file object, or file path to write to.
- format
str, optional The format to write to, one of
- cache