Home | History | Annotate | Download | only in test

Lines Matching refs:Timer

1120         # mutated via the object attributes and affect other Timer objects.
1121 timer1 = threading.Timer(0.01, self._callback_spy)
1127 timer2 = threading.Timer(0.01, self._callback_spy)