X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=directory_filter.py;h=69e5547255e20ac66cfea81658867c8697501126;hb=723f5fcb660eef79cc455cfb3f2eebfa667c90fa;hp=6985831fc3a6e3d8fe24550c831293e40383b9a6;hpb=0d63d44ac89aab38fe95f36497adaf95110ab949;p=python_utils.git diff --git a/directory_filter.py b/directory_filter.py index 6985831..69e5547 100644 --- a/directory_filter.py +++ b/directory_filter.py @@ -1,10 +1,14 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """Two predicates that can help avoid unnecessary disk I/O by detecting if a particular file is identical to the contents about to be written or if a particular directory already contains a file that is identical to the one to be written. See class docs below for -examples.""" +examples. + +""" import hashlib import logging