App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.tools.devappserver2.mtime_file_watcher.MtimeFileWatcher Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.mtime_file_watcher.MtimeFileWatcher:

Public Member Functions

def __init__
 
def start
 
def quit
 
def has_changes
 

Static Public Attributes

 SUPPORTS_MULTIPLE_DIRECTORIES = False
 

Detailed Description

Monitors a directory tree for changes using mtime polling.

Member Function Documentation

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: