find_files#
- neophile.scanner.util.find_files(root, wanted_names)#
Scan a tree of files for files of a given set of names.
Files in a directory named “tests” under the root directory will be ignored.
- Parameters:
- Returns:
List of matching files.
- Return type:
list of pathlib.Path