Home | Trees | Indices | Help |
---|
|
object --+ | InotifyEvent
InotifyEvent(wd, mask, cookie, name)
A representation of the inotify_event structure. See the inotify documentation for a description of these fields.
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
wd = None
|
|||
mask = None
|
|||
cookie = None
|
|||
name = None
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
repr(x)
|
Return an ASCII string describing the mask field in terms of bitwise-or'd IN_* constants, or 0. The result is valid Python code that could be eval'd to get the value of the mask field. In other words, for a given event: >>> from inotifyx import * >>> assert (event.mask == eval(event.get_mask_description())) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jan 25 18:57:04 2010 | http://epydoc.sourceforge.net |