lookup_files#
- barecat.Index.lookup_files(paths)[source]#
Look up multiple files by their paths.
- Parameters:
- Returns:
An iterator over the file info objects.
- Raises:
FileNotFoundBarecatError – If any of the files are not found.
- Return type:
list[barecat.core.types.BarecatFileInfo]