Searched refs:_timer (Results 1 – 3 of 3) sorted by relevance
43 self._timer = None53 return self._timer is not None67 self._timer = threading.Timer(self._interval, self._callback)68 self._timer.start()79 self._timer.cancel()80 self._timer = None
50 self._timer = timer # timer instance, to check whether the test froze174 if self._timer:175 self._timer.reset()
28 if (_timer) clearInterval(_timer);359 var _timer = setInterval(function() { variable