Lines Matching refs:Timer
19 from threading import Timer
505 t = Timer(0.5, closure)
518 t = Timer(0.5, closure)
531 t = Timer(0.5, closure)
545 t = Timer(0.5, closure)
555 t = Timer(0.5, closure)
567 t1 = Timer(0.5, closure1)
570 t2 = Timer(0.5, closure2)
583 t1 = Timer(0.5, closure1)
586 t2 = Timer(1, closure2)
599 t1 = Timer(1, closure1)
602 t2 = Timer(3, closure2)