
Public Member Functions | |
| def | __init__ (self, paths) |
| def | most_recent_change (self) |
Public Attributes | |
| lastrun | |
| paths | |
Private Member Functions | |
| def | _calculate (self) |
Private Attributes | |
| _cache | |
| _done | |
Helper to watch a (set) of directories for modifications.
Definition at line 22 of file watch_dirs.py.
| def python_utils.watch_dirs.DirWatcher.__init__ | ( | self, | |
| paths | |||
| ) |
Definition at line 25 of file watch_dirs.py.
|
private |
Walk over all subscribed paths, check most recent mtime.
Definition at line 33 of file watch_dirs.py.
| def python_utils.watch_dirs.DirWatcher.most_recent_change | ( | self | ) |
Definition at line 58 of file watch_dirs.py.
|
private |
Definition at line 31 of file watch_dirs.py.
|
private |
Definition at line 28 of file watch_dirs.py.
| python_utils.watch_dirs.DirWatcher.lastrun |
Definition at line 30 of file watch_dirs.py.
| python_utils.watch_dirs.DirWatcher.paths |
Definition at line 29 of file watch_dirs.py.