예제 #1
0
파일: idle_loop.py 프로젝트: sgricci/digsby
 def start(self):
     self.done_at = default_timer() + self.seconds
     TimeOut.start(self)
예제 #2
0
 def start(self):
     self.done_at = default_timer() + self.seconds
     TimeOut.start(self)