| Trees | Indices | Help |
|
|---|
|
|
1 import time 2 import threading 3 import conduit 46 SLEEP_TIME = 20 7 SLEEP = 0.1 11 142616 i = 0 17 while ( i < (self.SLEEP_TIME/self.SLEEP) ) and ( self.is_cancelled() == False ): 18 time.sleep(self.SLEEP) 19 i += 120 23
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat Aug 2 22:18:41 2008 | http://epydoc.sourceforge.net |