Table of Contents
Start ( self, length )
length is the amount of time that this timer should go for.
__init__ ( self, length )
a = Timer(10) # if the timer is finished. if a: print "asdf"
__nonzero__ ( self )