![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | start |
def | quit |
def | has_changes |
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.
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.