Trees | Index | Help |
|
---|
|
__builtin__.object
:
The most base type
pyinotify.Event
:
Observed event structure, contains useful informations about the
observed event.
pyinotify.EventsCodes
:
Events codes corresponding to events which can be watched.
__builtin__.list
:
list() -> new list list(sequence) -> new list initialized from
sequence's items
pyinotify.ProcessEvent
:
Class for processing event objects, can be specialized via
subclassing, thus its behavior can be overrided:
pyinotify.SimpleINotify
:
Simple (non-threaded) INotify class, provides tools for watching files
or directories, for reading notifications of events, and for processing
these events.
pyinotify.ThreadedINotify
:
Threaded INotify class, inherits from threading.Thread to instantiate
a separate thread and from SimpleINotify.
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception
:
Common base class for all exceptions.
pyinotify.INotifyException
:
INotify Exception.
pyinotify.ProcessEventException
:
ProcessEvent Exception.
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Mar 29 03:46:07 2006 | http://epydoc.sf.net |