niprov.filefilter module

class niprov.filefilter.FileFilter(dependencies=<niprov.dependencies.Dependencies object>)

Bases: object

include(filepath)

Whether the file is to be included in discovery.

Parameters:filepath (str) – The full path of the file.
Returns:True if the file should be included.
Return type:bool