class documentation

A base static files finder to be used to extended with an own storage class.

Method __init__ Undocumented
Method find Look for files in the default file storage, if it's local.
Method list List all files of the storage.
Instance Variable storage Undocumented

Inherited from BaseFinder:

Method check Undocumented
def __init__(self, storage=None, *args, **kwargs): (source)
def find(self, path, all=False): (source)

Look for files in the default file storage, if it's local.

def list(self, ignore_patterns): (source)

List all files of the storage.

Undocumented