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

Public Member Functions

def __init__
 
def start
 
def quit
 
def has_changes
 

Detailed Description

A FileWatcher that combines multiple file watchers.

For file watchers that can only watch a single directory, this class can
manage multiple watchers and allows the caller to treat them as a single
unit.

Constructor & Destructor Documentation

def google.appengine.tools.devappserver2.file_watcher._MultipleFileWatcher.__init__ (   self,
  watchers 
)
Initialize a MultipleFileWatcher instance.

Args:
  watchers: a list of watchers to treat as a single watcher.

The documentation for this class was generated from the following file: