Public Member Functions | |
def | __init__ |
def | run |
def | _parse_directory |
This class is responsible for starting the ClientThreads within a certain interval.
Definition at line 981 of file client_classes.py.
|
Constructor Definition at line 984 of file client_classes.py. |
|
This function "walks" through a given directory and considers all srbLOG*.gz files. The name and last modified time are saved in a list (2 dimensional array). The function should be used with os.path.walk(path, function_name, arg)! Definition at line 1035 of file client_classes.py. |
|
This function overwrites the standard run method. Definition at line 1006 of file client_classes.py. |