bugfinder.processing.cleaning
- class bugfinder.processing.cleaning.AbstractFileRemover(dataset, deprecation_warning=None)
Bases:
AbstractFileProcessing
Processing class to remove files based on specific conditions.
- abstract match_file(filepath) bool
Abstract method to determine wether a file should be ignored by the processing.
- process_file(filepath)
Remove file.