delete
Bases: FileOperation, FileRemoverMixin
Delete files that match the pattern
Source code in file_operations/delete.py
8 9 10 11 12 13 14 15 16 17 | |
add_arguments(settings, parser)
staticmethod
this class doesn't have unique arguments
Source code in file_operations/delete.py
10 11 12 13 | |
do_task()
Delete files that match the pattern
Source code in file_operations/delete.py
15 16 17 | |