Trees | Index | Help |
|
---|
Module pyinotify :: Class Event |
|
object
--+ |_Event
--+ | Event
This class contains all the useful informations about the observed event. However, the incorporation of each field is not guaranteed and depends on the type of event. In effect, some fields are irrelevant for some kind of event (for example 'cookie' is meaningless for IN_CREATE whereas it is useful for IN_MOVE_TO).
The possible fields are:Method Summary | |
---|---|
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Feb 17 02:40:18 2007 | http://epydoc.sf.net |