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

Class _Event

source code

Event structure, represent events raised by the system. This is the base class and should be subclassed.

Instance Methods [hide private]
 
__init__(self, dict_)
Attach attributes (contained in dict_) to self.
source code
str
__repr__(self)
Returns: Generic event string representation.
source code
Method Details [hide private]

__init__(self, dict_)
(Constructor)

source code 

Attach attributes (contained in dict_) to self.

Parameters:
  • dict_ (dictionary) - Set of attributes.

__repr__(self)
(Representation operator)

source code 
Returns: str
Generic event string representation.