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 This class contains all the useful informations about the observed event.
EventsCodes Set of codes corresponding to each kind of events.
Notifier Read notifications, process events.
ProcessEvent Process events objects, can be specialized via subclassing, thus its behavior can be overrided:
ThreadedNotifier This notifier inherits from threading.Thread instantiating a separate thread, and provide standart Notifier functionality.
Watch Represent a watch, i.e.
WatchManager Provide operations for watching files and directories.

Exceptions
NotifierError Notifier Exception.
ProcessEventError ProcessEventError Exception.

Variable Summary
boolean VERBOSE: debug mode, print extra informations

Variable Details

VERBOSE

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

Generated by Epydoc 2.1 on Sat Feb 17 02:40:18 2007 http://epydoc.sf.net