Trees | Index | Help |
|
---|
|
__builtin__.object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
pyinotify.NotifierError
:
Notifier Exception.
pyinotify.ProcessEventError
:
ProcessEventError Exception.
pyinotify.EventsCodes
:
Set of codes corresponding to each kind of events.
__builtin__.list
:
list() -> new list list(sequence) -> new list initialized from
sequence's items
pyinotify._Queue
:
Simple Queue container.
pyinotify.Notifier
:
Read notifications, process events.
pyinotify.ThreadedNotifier
:
This notifier inherits from threading.Thread instantiating a separate
thread, and provide standart Notifier functionality.
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
pyinotify.Watch
:
Represent a watch, i.e.
pyinotify.WatchManager
:
Provide operations for watching files and directories.
pyinotify._Event
:
Event structure, represent events raised by the system.
pyinotify.Event
:
This class contains all the useful informations about the observed
event.
pyinotify._RawEvent
:
Raw event, it contains only the informations provided by the
system.
pyinotify._ProcessEvent
:
Abstract processing event class.
pyinotify.ProcessEvent
:
Process events objects, can be specialized via subclassing, thus its
behavior can be overrided:
pyinotify._SysProcessEvent
:
There is three kind of processing according to each event:
threading._Verbose
threading.Thread
pyinotify.ThreadedNotifier
:
This notifier inherits from threading.Thread instantiating a separate
thread, and provide standart Notifier functionality.
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.
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Jul 10 21:40:43 2007 | http://epydoc.sf.net |