class documentation

class FileCheckerThread(threading.Thread): (source)

View In Hierarchy

Interrupt main-thread as soon as a changed module file is detected, the lockfile gets deleted or gets to old.

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Method run Undocumented
Instance Variable interval Undocumented
Instance Variable lockfile Undocumented
Instance Variable status Undocumented
def __enter__(self): (source)

Undocumented

def __exit__(self, exc_type, exc_val, exc_tb): (source)

Undocumented

def __init__(self, lockfile, interval): (source)

Undocumented

def run(self): (source)

Undocumented

interval = (source)

Undocumented

lockfile = (source)

Undocumented

Undocumented