def start(self): """Starts the timer.""" self._running = True self._next_timeout = self.io_loop.time() self._schedule_next()