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.inotify_file_watcher.InotifyFileWatcher Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.inotify_file_watcher.InotifyFileWatcher:

Public Member Functions

def __init__
 
def start
 
def quit
 
def has_changes
 

Static Public Attributes

 SUPPORTS_MULTIPLE_DIRECTORIES = True
 

Detailed Description

Monitors a directory tree for changes using inotify.

Constructor & Destructor Documentation

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.

Member Function Documentation

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: