class documentation

class FilesIndexChecker(object): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method check_iter No summary
Method queue_check Undocumented
Instance Variable db Undocumented
Instance Variable folder Undocumented
Method _check_folder_content Undocumented
def __init__(self, db, folder): (source)

Undocumented

def check_iter(self): (source)
Generator function that walks existing records and flags records that are not longer valid. Yields in between checks to allow embedding in a loop.
Returns
Yields True when an out of date record is found.
def queue_check(self, file=None, recursive=True): (source)

Undocumented

Undocumented

folder = (source)

Undocumented

def _check_folder_content(self, node_id, folder): (source)

Undocumented