Package flumotion :: Package component :: Package base :: Module scheduler :: Class Event
[hide private]

Class Event

source code

extern.log.log.Loggable --+
                          |
                         Event

I am an event. I have a start and stop time and a "content" that can be anything. I can recur.

Instance Methods [hide private]
 
__init__(self, start, end, content, recur=None, now=None) source code
 
reschedule(self, now=None) source code
 
toTuple(self) source code
 
__repr__(self) source code
 
__lt__(self, other) source code
 
__gt__(self, other) source code
 
__eq__(self, other) source code

Inherited from extern.log.log.Loggable: __providedBy__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Class Variables [hide private]

Inherited from extern.log.log.Loggable: __implemented__, __provides__, logCategory