|
| SUPPORTS_MULTIPLE_DIRECTORIES = False |
|
Monitors a directory tree for changes using mtime polling.
def google.appengine.tools.devappserver2.mtime_file_watcher.MtimeFileWatcher.has_changes |
( |
|
self | ) |
|
Returns True if the watched directory has changed since the last call.
start() must be called before this method.
Returns:
Returns True if the watched directory has changed since the last call to
has_changes or, if has_changes has never been called, since start was
called.
def google.appengine.tools.devappserver2.mtime_file_watcher.MtimeFileWatcher.quit |
( |
|
self | ) |
|
Stop watching a directory for changes.
def google.appengine.tools.devappserver2.mtime_file_watcher.MtimeFileWatcher.start |
( |
|
self | ) |
|
Start watching a directory for changes.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/devappserver2/mtime_file_watcher.py