eradiate.data.DataStore#
- class eradiate.data.DataStore[source]#
Bases:
ABCInterface class for all data stores.
- abstract registry_files(filter=None)[source]#
Get a list of registered files.
- Parameters:
filter (
callable(), optional) – A filter function taking a file path as a single string argument and returning a boolean. Filenames for which the filter returnsTruewill be returned.- Returns: