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.
_Event Event structure, represent events raised by the system.
_ProcessEvent Abstract processing event class.
_Queue Simple Queue container.
_RawEvent Raw event, it contains only the informations provided by the system.
_SysProcessEvent There is three kind of processing according to each event:

Exceptions
NotifierError Notifier Exception.
ProcessEventError ProcessEventError Exception.

Function Summary
  _print_err(msg)
Print message on stderr.
  command_line()

Variable Summary
boolean VERBOSE: debug mode, print extra informations

Function Details

_print_err(msg)

Print message on stderr.
Parameters:
msg - Message.
           (type=str)

Variable Details

VERBOSE

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

Generated by Epydoc 2.1 on Tue Jul 10 21:40:43 2007 http://epydoc.sf.net