|
| SUPPORTS_MULTIPLE_DIRECTORIES = True |
|
Monitors a directory tree for changes using inotify.
def google.appengine.tools.devappserver2.inotify_file_watcher.InotifyFileWatcher.__init__ |
( |
|
self, |
|
|
|
directories |
|
) |
| |
Initializer for InotifyFileWatcher.
Args:
directories: An iterable of strings representing the path to a directory
that should be monitored for changes i.e. files and directories added,
renamed, deleted or changed.
Raises:
OSError: if there are no inotify instances available.
def google.appengine.tools.devappserver2.inotify_file_watcher.InotifyFileWatcher.quit |
( |
|
self | ) |
|
Stop watching the directory for changes.
def google.appengine.tools.devappserver2.inotify_file_watcher.InotifyFileWatcher.start |
( |
|
self | ) |
|
Start watching the directory for changes.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/devappserver2/inotify_file_watcher.py