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.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.
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Jul 10 21:40:43 2007 | http://epydoc.sf.net |