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

Class _RawEvent

source code


Raw event, it contains only the informations provided by the system. It doesn't infer anything.

Instance Methods [hide private]
 
__init__(self, wd, mask, cookie, name)
Attach attributes (contained in dict_) to self.
source code
 
__str__(self)
str(x)
source code

Inherited from _Event: __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 

Attach attributes (contained in dict_) to self.

Parameters:
  • wd (int) - Watch Descriptor.
  • mask (int) - Bitmask of events.
  • cookie (int) - Cookie.
  • name (string or None) - 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.
Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)