Module pyinotify
[show private | hide private]
[frames | no frames]

Module pyinotify

Interface for inotify.

Author: Sebastien Martini

Contact: sebastien.martini@gmail.com

License: GPL 2

Classes
Event Observed event structure, contains useful informations about the observed event.
EventsCodes Events codes corresponding to events which can be watched.
ProcessEvent Class for processing event objects, can be specialized via subclassing, thus its behavior can be overrided:
SimpleINotify Simple (non-threaded) INotify class, provides tools for watching files or directories, for reading notifications of events, and for processing these events.
ThreadedINotify Threaded INotify class, inherits from threading.Thread to instantiate a separate thread and from SimpleINotify.

Exceptions
INotifyException INotify Exception.
ProcessEventException ProcessEvent Exception.

Variable Summary
boolean DEBUG: debug mode, print extra informations

Variable Details

DEBUG

debug mode, print extra informations
Type:
boolean
Value:
False                                                                  

Generated by Epydoc 2.1 on Wed Mar 29 03:46:06 2006 http://epydoc.sf.net