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.Queue
:
Queue container class (internal use).
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
threading._Verbose
threading.Thread
pyinotify.ThreadedINotify
:
Threaded INotify class, inherits from threading.Thread to instantiate
a separate thread and from SimpleINotify.
inotify.FileTools
:
Used to manipulate (read and write) files.
inotify.ProcINotify
:
Manipulate inotify's variables through their representation in the
inotify's directory of proc fs.
inotify.MaxQueuedEvents
:
Singleton class, represents max_queued_events.
inotify.MaxUserInstances
:
Singleton class, represents max_user_instances.
inotify.MaxUserWatches
:
Singleton class, represents max_user_watches.
inotify.Singleton
:
Singleton Class pattern from recipe:http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531
inotify.MaxQueuedEvents
:
Singleton class, represents max_queued_events.
inotify.MaxUserInstances
:
Singleton class, represents max_user_instances.
inotify.MaxUserWatches
:
Singleton class, represents max_user_watches.
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 |