Mercurial > code > home > repos > light9
view DataTypes/NextTime.py @ 132:4136e92829e3
toplevelat is smarter now...and even more confusing
toplevelat is smarter now...and even more confusing
yay legacy names!
author | dmcc |
---|---|
date | Sat, 14 Jun 2003 14:56:44 +0000 |
parents | 45b12307c695 |
children |
line wrap: on
line source
'''Baby, there won't be no next time''' class NextTime: def __init__(self, nextclock, interval=None) self.nextclock = nextclock self.interval = interval def cylic(self): return interval is not None