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

Type _Event

object --+
         |
        _Event

Known Subclasses:
Event, _RawEvent

Event structure, represent events raised by the system. This is the base class and should be subclassed.
Method Summary
  __init__(self, dict_)
Attach attributes (contained in dict_) to self.
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, dict_)
(Constructor)

Attach attributes (contained in dict_) to self.
Overrides:
__builtin__.object.__init__

__str__(self)
(Informal representation operator)

Returns:
String representation.
           (type=str)
Overrides:
__builtin__.object.__str__

Generated by Epydoc 2.1 on Sat Feb 17 02:40:18 2007 http://epydoc.sf.net