Module pyinotify :: Class _RawEvent
[show private | hide private]
[frames | no frames]

Type _RawEvent

object --+    
         |    
    _Event --+
             |
            _RawEvent


Raw event, it contains only the informations provided by the system. It doesn't infer anything.
Method Summary
  __init__(self, wd, mask, cookie, name)
    Inherited from _Event
str __str__(self)
Return string representation.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Method Details

__init__(self, wd, mask, cookie, name)
(Constructor)

Parameters:
wd - Watch Descriptor.
           (type=int)
mask - Bitmask of events.
           (type=int)
cookie - Cookie.
           (type=int)
name - Basename of the file or directory against which the event was raised, in case where the watched directory is the parent directory. None if the event was raised on the watched item itself.
           (type=string or None)
Overrides:
pyinotify._Event.__init__

Generated by Epydoc 2.1 on Tue Jul 10 21:40:43 2007 http://epydoc.sf.net