view DataTypes/NextTime.py @ 257:e50e87f1103f

TkGyro: now really goes fullscreen
author David McClosky <dmcc@bigasterisk.com>
date Wed, 15 Jun 2005 23:54:50 +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