Lines Matching refs:Timer
19 from threading import Timer
578 t = Timer(0.5, closure)
590 t = Timer(0.5, closure)
602 t = Timer(0.5, closure)
615 t = Timer(0.5, closure)
624 t = Timer(0.5, closure)
635 t1 = Timer(0.5, closure1)
638 t2 = Timer(0.5, closure2)
650 t1 = Timer(0.5, closure1)
653 t2 = Timer(1, closure2)
665 t1 = Timer(1, closure1)
668 t2 = Timer(3, closure2)